#CDE3AC

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

Shades of Reef #CDE3AC

Tints of Reef #CDE3AC

Color information

#CDE3AC (or 0xCDE3AC) is unknown color: approx Reef. HEX triplet: CD, E3 and AC. RGB value is (205,227,172). Sum of RGB (Red+Green+Blue) = 205+227+172=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE3AC is #321C53. Grayscale: #D6D6D6. Windows color (decimal): -3284052 or 11330509. OLE color: 11330509.

HSL color Cylindrical-coordinate representation of color #CDE3AC: hue angle of 84º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDE3AC is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB205227172-
CMYK0.1000.240.11
HSL84º49.55%78.24%-
HSV(B)84º24.23%89.02%-
XYZ60.0970.949.55-
YUV214.15104.21121.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=33.94%
G=37.58%
B=28.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052271720.1000.240.118449.5578.24
HexCDE3ACA018B54324e
Octal315343254120301312462116
Binary1100110111100011101011001010011000101110101001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3AC; }

 p { color: rgb(205,227,172); }

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

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

 a { background-color: rgb(205,227,172); }

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

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

 span { border-color: rgb(205,227,172); }

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