#CED99A

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

Shades of Reef #CED99A

Tints of Reef #CED99A

Color information

#CED99A (or 0xCED99A) is unknown color: approx Reef. HEX triplet: CE, D9 and 9A. RGB value is (206,217,154). Sum of RGB (Red+Green+Blue) = 206+217+154=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #CED99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED99A is #312665. Grayscale: #CECECE. Windows color (decimal): -3221094 or 10148302. OLE color: 10148302.

HSL color Cylindrical-coordinate representation of color #CED99A: hue angle of 70.48º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CED99A is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB206217154-
CMYK0.0500.290.15
HSL70.48º45.32%72.75%-
HSV(B)70.48º29.03%85.1%-
XYZ56.165.0840.18-
YUV206.5398.36127.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 154 (60.55% from 255) = 26.69%
R=35.70%
G=37.61%
B=26.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171540.0500.290.1570.4845.3272.75
HexCED99A501DF462d49
Octal31633123250351710655111
Binary110011101101100110011010101011101111110001101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED99A; }

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

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

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

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

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

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

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

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