#CDE1AB

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

Shades of Reef #CDE1AB

Tints of Reef #CDE1AB

Color information

#CDE1AB (or 0xCDE1AB) is unknown color: approx Reef. HEX triplet: CD, E1 and AB. RGB value is (205,225,171). Sum of RGB (Red+Green+Blue) = 205+225+171=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE1AB is #321E54. Grayscale: #D5D5D5. Windows color (decimal): -3284565 or 11264461. OLE color: 11264461.

HSL color Cylindrical-coordinate representation of color #CDE1AB: hue angle of 82.22º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDE1AB is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB205225171-
CMYK0.0900.240.12
HSL82.22º47.37%77.65%-
HSV(B)82.22º24%88.24%-
XYZ59.4569.7748.86-
YUV212.86104.37122.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=34.11%
G=37.44%
B=28.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251710.0900.240.1282.2247.3777.65
HexCDE1AB9018C522f4e
Octal315341253110301412257116
Binary1100110111100001101010111001011000110010100101011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1AB; }

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

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

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

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

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

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

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

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