#CEDD9D

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

Shades of Reef #CEDD9D

Tints of Reef #CEDD9D

Color information

#CEDD9D (or 0xCEDD9D) is unknown color: approx Reef. HEX triplet: CE, DD and 9D. RGB value is (206,221,157). Sum of RGB (Red+Green+Blue) = 206+221+157=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD9D is #312262. Grayscale: #D1D1D1. Windows color (decimal): -3220067 or 10345934. OLE color: 10345934.

HSL color Cylindrical-coordinate representation of color #CEDD9D: hue angle of 74.06º 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 #CEDD9D is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB206221157-
CMYK0.0700.290.13
HSL74.06º48.48%74.12%-
HSV(B)74.06º28.96%86.67%-
XYZ57.467.2741.86-
YUV209.2298.53125.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 157 (61.72% from 255) = 26.88%
R=35.27%
G=37.84%
B=26.88%

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
Decimal2062211570.0700.290.1374.0648.4874.12
HexCEDD9D701DD4a304a
Octal31633523570351511260112
Binary110011101101110110011101111011101110110010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD9D; }

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

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

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

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

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

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

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

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