#DCED9F

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

Shades of Reef #DCED9F

Tints of Reef #DCED9F

Color information

#DCED9F (or 0xDCED9F) is unknown color: approx Reef. HEX triplet: DC, ED and 9F. RGB value is (220,237,159). Sum of RGB (Red+Green+Blue) = 220+237+159=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED9F is #231260. Grayscale: #DFDFDF. Windows color (decimal): -2298465 or 10481116. OLE color: 10481116.

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

Color convert

RGB220237159-
CMYK0.0700.330.07
HSL73.08º68.42%77.65%-
HSV(B)73.08º32.91%92.94%-
XYZ66.0678.2944.43-
YUV223.0291.87125.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.71%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 159 (62.5% from 255) = 25.81%
R=35.71%
G=38.47%
B=25.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371590.0700.330.0773.0868.4277.65
HexDCED9F7021749444e
Octal33435523770417111104116
Binary1101110011101101100111111110100001111100100110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED9F; }

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

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

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

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

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

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

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

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