#CEDD9A

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

Shades of Reef #CEDD9A

Tints of Reef #CEDD9A

Color information

#CEDD9A (or 0xCEDD9A) is unknown color: approx Reef. HEX triplet: CE, DD and 9A. RGB value is (206,221,154). Sum of RGB (Red+Green+Blue) = 206+221+154=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD9A is #312265. Grayscale: #D1D1D1. Windows color (decimal): -3220070 or 10149326. OLE color: 10149326.

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

Color convert

RGB206221154-
CMYK0.0700.300.13
HSL73.43º49.63%73.53%-
HSV(B)73.43º30.32%86.67%-
XYZ57.1467.1740.52-
YUV208.8897.03125.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 154 (60.55% from 255) = 26.51%
R=35.46%
G=38.04%
B=26.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211540.0700.300.1373.4349.6373.53
HexCEDD9A701ED49324a
Octal31633523270361511162112
Binary110011101101110110011010111011110110110010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD9A; }

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

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

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

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

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

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

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

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