#CDE2AC

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

Shades of Reef #CDE2AC

Tints of Reef #CDE2AC

Color information

#CDE2AC (or 0xCDE2AC) is unknown color: approx Reef. HEX triplet: CD, E2 and AC. RGB value is (205,226,172). Sum of RGB (Red+Green+Blue) = 205+226+172=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE2AC is #321D53. Grayscale: #D5D5D5. Windows color (decimal): -3284308 or 11330253. OLE color: 11330253.

HSL color Cylindrical-coordinate representation of color #CDE2AC: hue angle of 83.33º degrees, saturation: 0.48, 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 #CDE2AC is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB205226172-
CMYK0.0900.240.11
HSL83.33º48.21%78.04%-
HSV(B)83.33º23.89%88.63%-
XYZ59.8270.3549.46-
YUV213.56104.54121.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 172 (67.58% from 255) = 28.52%
R=34.00%
G=37.48%
B=28.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052261720.0900.240.1183.3348.2178.04
HexCDE2AC9018B53304e
Octal315342254110301312360116
Binary1100110111100010101011001001011000101110100111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE2AC; }

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

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

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

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

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

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

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

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