#CDE6AC

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

Shades of Reef #CDE6AC

Tints of Reef #CDE6AC

Color information

#CDE6AC (or 0xCDE6AC) is unknown color: approx Reef. HEX triplet: CD, E6 and AC. RGB value is (205,230,172). Sum of RGB (Red+Green+Blue) = 205+230+172=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDE6AC is #321953. Grayscale: #D8D8D8. Windows color (decimal): -3283284 or 11331277. OLE color: 11331277.

HSL color Cylindrical-coordinate representation of color #CDE6AC: hue angle of 85.86º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDE6AC is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB205230172-
CMYK0.1100.250.10
HSL85.86º53.7%78.82%-
HSV(B)85.86º25.22%90.2%-
XYZ60.9272.5549.82-
YUV215.91103.22120.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.77%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=33.77%
G=37.89%
B=28.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301720.1100.250.1085.8653.778.82
HexCDE6ACB019A56364f
Octal315346254130311212666117
Binary1100110111100110101011001011011001101010101101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6AC; }

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

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

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

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

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

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

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

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