#CEDF9F

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

Shades of Reef #CEDF9F

Tints of Reef #CEDF9F

Color information

#CEDF9F (or 0xCEDF9F) is unknown color: approx Reef. HEX triplet: CE, DF and 9F. RGB value is (206,223,159). Sum of RGB (Red+Green+Blue) = 206+223+159=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF9F is #312060. Grayscale: #D2D2D2. Windows color (decimal): -3219553 or 10477518. OLE color: 10477518.

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

Color convert

RGB206223159-
CMYK0.0800.290.13
HSL75.94º50%74.9%-
HSV(B)75.94º28.7%87.45%-
XYZ58.168.442.94-
YUV210.6298.87124.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 159 (62.5% from 255) = 27.04%
R=35.03%
G=37.93%
B=27.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062231590.0800.290.1375.945074.9
HexCEDF9F801DD4c324b
Octal316337237100351511462113
Binary1100111011011111100111111000011101110110011001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDF9F; }

 p { color: rgb(206,223,159); }

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

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

 a { background-color: rgb(206,223,159); }

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

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

 span { border-color: rgb(206,223,159); }

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