#CDE8AB

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

Shades of Reef #CDE8AB

Tints of Reef #CDE8AB

Color information

#CDE8AB (or 0xCDE8AB) is unknown color: approx Reef. HEX triplet: CD, E8 and AB. RGB value is (205,232,171). Sum of RGB (Red+Green+Blue) = 205+232+171=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 171 (67.19% from 255 or 28.12% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE8AB is #321754. Grayscale: #D9D9D9. Windows color (decimal): -3282773 or 11266253. OLE color: 11266253.

HSL color Cylindrical-coordinate representation of color #CDE8AB: hue angle of 86.56º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDE8AB is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB205232171-
CMYK0.1200.260.09
HSL86.56º57.01%79.02%-
HSV(B)86.56º26.29%90.98%-
XYZ61.3873.6349.51-
YUV216.97102.05119.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 232 (91.02% from 255) = 38.16%
BLUE value IS 171 (67.19% from 255) = 28.12%
R=33.72%
G=38.16%
B=28.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052321710.1200.260.0986.5657.0179.02
HexCDE8ABC01A957394f
Octal315350253140321112771117
Binary1100110111101000101010111100011010100110101111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE8AB; }

 p { color: rgb(205,232,171); }

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

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

 a { background-color: rgb(205,232,171); }

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

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

 span { border-color: rgb(205,232,171); }

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