#DCED95

Color #DCED95 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DCED95

Tints of Reef #DCED95

Color information

#DCED95 (or 0xDCED95) is unknown color: approx Reef. HEX triplet: DC, ED and 95. RGB value is (220,237,149). Sum of RGB (Red+Green+Blue) = 220+237+149=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 149 (58.59% from 255 or 24.59% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED95 is #23126A. Grayscale: #DEDEDE. Windows color (decimal): -2298475 or 9825756. OLE color: 9825756.

HSL color Cylindrical-coordinate representation of color #DCED95: hue angle of 71.59º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCED95 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB220237149-
CMYK0.0700.370.07
HSL71.59º70.97%75.69%-
HSV(B)71.59º37.13%92.94%-
XYZ65.2277.9540.04-
YUV221.8886.87126.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 237 (92.97% from 255) = 39.11%
BLUE value IS 149 (58.59% from 255) = 24.59%
R=36.30%
G=39.11%
B=24.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371490.0700.370.0771.5970.9775.69
HexDCED957025748474c
Octal33435522570457110107114
Binary1101110011101101100101011110100101111100100010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED95; }

 p { color: rgb(220,237,149); }

 H1.HeaderClassName
 {
   color: #DCED95;
 }
 .AnyTagClassName
 {
   color: #DCED95;
 }
</style>
background-color css

<style>
 a { background-color: #DCED95; }

 a { background-color: rgb(220,237,149); }

 div.DivClassName
 {
   background-color: #DCED95;
 }
 .BgClassName
 {
   background-color: #DCED95;
 }
</style>
border-color css

<style>
 span { border-color: #DCED95; }

 span { border-color: rgb(220,237,149); }

 td.TdClassName
 {
   border-color: #DCED95;
 }
 .TagClassName
 {
   border-color: #DCED95;
 }
</style>