#DCED97

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

Shades of Reef #DCED97

Tints of Reef #DCED97

Color information

#DCED97 (or 0xDCED97) is unknown color: approx Reef. HEX triplet: DC, ED and 97. RGB value is (220,237,151). Sum of RGB (Red+Green+Blue) = 220+237+151=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 151 (59.38% from 255 or 24.84% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED97 is #231268. Grayscale: #DEDEDE. Windows color (decimal): -2298473 or 9956828. OLE color: 9956828.

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

Color convert

RGB220237151-
CMYK0.0700.360.07
HSL71.86º70.49%76.08%-
HSV(B)71.86º36.29%92.94%-
XYZ65.3978.0240.89-
YUV222.1187.87126.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 151 (59.38% from 255) = 24.84%
R=36.18%
G=38.98%
B=24.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202371510.0700.360.0771.8670.4976.08
HexDCED977024748464c
Octal33435522770447110106114
Binary1101110011101101100101111110100100111100100010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCED97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCED97; }

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

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

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

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

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

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

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

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