#CEDD9C

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

Shades of Reef #CEDD9C

Tints of Reef #CEDD9C

Color information

#CEDD9C (or 0xCEDD9C) is unknown color: approx Reef. HEX triplet: CE, DD and 9C. RGB value is (206,221,156). Sum of RGB (Red+Green+Blue) = 206+221+156=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD9C is #312263. Grayscale: #D1D1D1. Windows color (decimal): -3220068 or 10280398. OLE color: 10280398.

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

Color convert

RGB206221156-
CMYK0.0700.290.13
HSL73.85º48.87%73.92%-
HSV(B)73.85º29.41%86.67%-
XYZ57.3167.2441.41-
YUV209.198.03125.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.33%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 156 (61.33% from 255) = 26.76%
R=35.33%
G=37.91%
B=26.76%

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
Decimal2062211560.0700.290.1373.8548.8773.92
HexCEDD9C701DD4a314a
Octal31633523470351511261112
Binary110011101101110110011100111011101110110010101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD9C; }

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

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

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

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

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

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

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

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