#CEDD9F

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

Shades of Reef #CEDD9F

Tints of Reef #CEDD9F

Color information

#CEDD9F (or 0xCEDD9F) is unknown color: approx Reef. HEX triplet: CE, DD and 9F. RGB value is (206,221,159). Sum of RGB (Red+Green+Blue) = 206+221+159=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD9F is #312260. Grayscale: #D1D1D1. Windows color (decimal): -3220065 or 10477006. OLE color: 10477006.

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

Color convert

RGB206221159-
CMYK0.0700.280.13
HSL74.52º47.69%74.51%-
HSV(B)74.52º28.05%86.67%-
XYZ57.5767.3442.76-
YUV209.4599.53125.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.15%
GREEN value IS 221 (86.72% from 255) = 37.71%
BLUE value IS 159 (62.5% from 255) = 27.13%
R=35.15%
G=37.71%
B=27.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211590.0700.280.1374.5247.6974.51
HexCEDD9F701CD4b304b
Octal31633523770341511360113
Binary110011101101110110011111111011100110110010111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD9F; }

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

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

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

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

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

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

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

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