#CFDE9D

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

Shades of Reef #CFDE9D

Tints of Reef #CFDE9D

Color information

#CFDE9D (or 0xCFDE9D) is unknown color: approx Reef. HEX triplet: CF, DE and 9D. RGB value is (207,222,157). Sum of RGB (Red+Green+Blue) = 207+222+157=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDE9D is #302162. Grayscale: #D2D2D2. Windows color (decimal): -3154275 or 10346191. OLE color: 10346191.

HSL color Cylindrical-coordinate representation of color #CFDE9D: hue angle of 73.85º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFDE9D is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB207222157-
CMYK0.0700.290.13
HSL73.85º49.62%74.31%-
HSV(B)73.85º29.28%87.06%-
XYZ57.9467.9441.96-
YUV210.198.03125.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 157 (61.72% from 255) = 26.79%
R=35.32%
G=37.88%
B=26.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221570.0700.290.1373.8549.6274.31
HexCFDE9D701DD4a324a
Octal31733623570351511262112
Binary110011111101111010011101111011101110110010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDE9D; }

 p { color: rgb(207,222,157); }

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

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

 a { background-color: rgb(207,222,157); }

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

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

 span { border-color: rgb(207,222,157); }

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