#CEDD95

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

Shades of Reef #CEDD95

Tints of Reef #CEDD95

Color information

#CEDD95 (or 0xCEDD95) is unknown color: approx Reef. HEX triplet: CE, DD and 95. RGB value is (206,221,149). Sum of RGB (Red+Green+Blue) = 206+221+149=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 149 (58.59% from 255 or 25.87% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD95 is #31226A. Grayscale: #D0D0D0. Windows color (decimal): -3220075 or 9821646. OLE color: 9821646.

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

Color convert

RGB206221149-
CMYK0.0700.330.13
HSL72.5º51.43%72.55%-
HSV(B)72.5º32.58%86.67%-
XYZ56.736738.38-
YUV208.3194.53126.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 149 (58.59% from 255) = 25.87%
R=35.76%
G=38.37%
B=25.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211490.0700.330.1372.551.4372.55
HexCEDD957021D483349
Octal31633522570411511063111
Binary1100111011011101100101011110100001110110010001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD95; }

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

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

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

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

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

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

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

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