#CDE9A3

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

Shades of Reef #CDE9A3

Tints of Reef #CDE9A3

Color information

#CDE9A3 (or 0xCDE9A3) is unknown color: approx Reef. HEX triplet: CD, E9 and A3. RGB value is (205,233,163). Sum of RGB (Red+Green+Blue) = 205+233+163=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE9A3 is #32165C. Grayscale: #D8D8D8. Windows color (decimal): -3282525 or 10742221. OLE color: 10742221.

HSL color Cylindrical-coordinate representation of color #CDE9A3: hue angle of 84º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDE9A3 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB205233163-
CMYK0.1200.300.09
HSL84º61.4%77.65%-
HSV(B)84º30.04%91.37%-
XYZ60.9373.945.7-
YUV216.6597.72119.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 233 (91.41% from 255) = 38.77%
BLUE value IS 163 (64.06% from 255) = 27.12%
R=34.11%
G=38.77%
B=27.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052331630.1200.300.098461.477.65
HexCDE9A3C01E9543d4e
Octal315351243140361112475116
Binary1100110111101001101000111100011110100110101001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9A3; }

 p { color: rgb(205,233,163); }

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

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

 a { background-color: rgb(205,233,163); }

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

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

 span { border-color: rgb(205,233,163); }

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