#CEDF9C

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

Shades of Reef #CEDF9C

Tints of Reef #CEDF9C

Color information

#CEDF9C (or 0xCEDF9C) is unknown color: approx Reef. HEX triplet: CE, DF and 9C. RGB value is (206,223,156). Sum of RGB (Red+Green+Blue) = 206+223+156=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF9C is #312063. Grayscale: #D2D2D2. Windows color (decimal): -3219556 or 10280910. OLE color: 10280910.

HSL color Cylindrical-coordinate representation of color #CEDF9C: hue angle of 75.22º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEDF9C is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB206223156-
CMYK0.0800.300.13
HSL75.22º51.15%74.31%-
HSV(B)75.22º30.04%87.45%-
XYZ57.8468.341.59-
YUV210.2897.37124.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 223 (87.5% from 255) = 38.12%
BLUE value IS 156 (61.33% from 255) = 26.67%
R=35.21%
G=38.12%
B=26.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062231560.0800.300.1375.2251.1574.31
HexCEDF9C801ED4b334a
Octal316337234100361511363112
Binary1100111011011111100111001000011110110110010111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDF9C; }

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

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

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

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

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

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

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

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