#CEDD99

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

Shades of Reef #CEDD99

Tints of Reef #CEDD99

Color information

#CEDD99 (or 0xCEDD99) is unknown color: approx Reef. HEX triplet: CE, DD and 99. RGB value is (206,221,153). Sum of RGB (Red+Green+Blue) = 206+221+153=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 153 (60.16% from 255 or 26.38% from 580); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD99 is #312266. Grayscale: #D1D1D1. Windows color (decimal): -3220071 or 10083790. OLE color: 10083790.

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

Color convert

RGB206221153-
CMYK0.0700.310.13
HSL73.24º50%73.33%-
HSV(B)73.24º30.77%86.67%-
XYZ57.0667.1340.09-
YUV208.7696.53126.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 153 (60.16% from 255) = 26.38%
R=35.52%
G=38.10%
B=26.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2062211530.0700.310.1373.245073.33
HexCEDD99701FD493249
Octal31633523170371511162111
Binary110011101101110110011001111011111110110010011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDD99; }

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

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

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

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

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

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

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

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