#CDE2AF

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

Shades of Reef #CDE2AF

Tints of Reef #CDE2AF

Color information

#CDE2AF (or 0xCDE2AF) is unknown color: approx Reef. HEX triplet: CD, E2 and AF. RGB value is (205,226,175). Sum of RGB (Red+Green+Blue) = 205+226+175=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE2AF is #321D50. Grayscale: #D6D6D6. Windows color (decimal): -3284305 or 11526861. OLE color: 11526861.

HSL color Cylindrical-coordinate representation of color #CDE2AF: hue angle of 84.71º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDE2AF is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB205226175-
CMYK0.0900.230.11
HSL84.71º46.79%78.63%-
HSV(B)84.71º22.57%88.63%-
XYZ60.1170.4750.99-
YUV213.91106.04121.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 226 (88.67% from 255) = 37.29%
BLUE value IS 175 (68.75% from 255) = 28.88%
R=33.83%
G=37.29%
B=28.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261750.0900.230.1184.7146.7978.63
HexCDE2AF9017B552f4f
Octal315342257110271312557117
Binary1100110111100010101011111001010111101110101011011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2AF; }

 p { color: rgb(205,226,175); }

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

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

 a { background-color: rgb(205,226,175); }

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

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

 span { border-color: rgb(205,226,175); }

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