#CEDD9E

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

Shades of Reef #CEDD9E

Tints of Reef #CEDD9E

Color information

#CEDD9E (or 0xCEDD9E) is unknown color: approx Reef. HEX triplet: CE, DD and 9E. RGB value is (206,221,158). Sum of RGB (Red+Green+Blue) = 206+221+158=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD9E is #312261. Grayscale: #D1D1D1. Windows color (decimal): -3220066 or 10411470. OLE color: 10411470.

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

Color convert

RGB206221158-
CMYK0.0700.290.13
HSL74.29º48.09%74.31%-
HSV(B)74.29º28.51%86.67%-
XYZ57.4867.342.31-
YUV209.3399.03125.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 158 (62.11% from 255) = 27.01%
R=35.21%
G=37.78%
B=27.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211580.0700.290.1374.2948.0974.31
HexCEDD9E701DD4a304a
Octal31633523670351511260112
Binary110011101101110110011110111011101110110010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD9E; }

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

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

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

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

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

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

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

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