#CEDC95

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

Shades of Reef #CEDC95

Tints of Reef #CEDC95

Color information

#CEDC95 (or 0xCEDC95) is unknown color: approx Reef. HEX triplet: CE, DC and 95. RGB value is (206,220,149). Sum of RGB (Red+Green+Blue) = 206+220+149=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 149 (58.59% from 255 or 25.91% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC95 is #31236A. Grayscale: #CFCFCF. Windows color (decimal): -3220331 or 9821390. OLE color: 9821390.

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

Color convert

RGB206220149-
CMYK0.0600.320.14
HSL71.83º50.35%72.35%-
HSV(B)71.83º32.27%86.27%-
XYZ56.4766.4838.29-
YUV207.7294.86126.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 220 (86.33% from 255) = 38.26%
BLUE value IS 149 (58.59% from 255) = 25.91%
R=35.83%
G=38.26%
B=25.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062201490.0600.320.1471.8350.3572.35
HexCEDC956020E483248
Octal31633422560401611062110
Binary1100111011011100100101011100100000111010010001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDC95; }

 p { color: rgb(206,220,149); }

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

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

 a { background-color: rgb(206,220,149); }

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

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

 span { border-color: rgb(206,220,149); }

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