#CEDB9F

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

Shades of Reef #CEDB9F

Tints of Reef #CEDB9F

Color information

#CEDB9F (or 0xCEDB9F) is unknown color: approx Reef. HEX triplet: CE, DB and 9F. RGB value is (206,219,159). Sum of RGB (Red+Green+Blue) = 206+219+159=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB9F is #312460. Grayscale: #D0D0D0. Windows color (decimal): -3220577 or 10476494. OLE color: 10476494.

HSL color Cylindrical-coordinate representation of color #CEDB9F: hue angle of 73º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEDB9F is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB206219159-
CMYK0.0600.270.14
HSL73º45.45%74.12%-
HSV(B)73º27.4%85.88%-
XYZ57.0466.2942.59-
YUV208.27100.19126.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=35.27%
G=37.5%
B=27.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191590.0600.270.147345.4574.12
HexCEDB9F601BE492d4a
Octal31633323760331611155112
Binary110011101101101110011111110011011111010010011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDB9F; }

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

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

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

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

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

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

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

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