#CDE4AC

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

Shades of Reef #CDE4AC

Tints of Reef #CDE4AC

Color information

#CDE4AC (or 0xCDE4AC) is unknown color: approx Reef. HEX triplet: CD, E4 and AC. RGB value is (205,228,172). Sum of RGB (Red+Green+Blue) = 205+228+172=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE4AC is #321B53. Grayscale: #D6D6D6. Windows color (decimal): -3283796 or 11330765. OLE color: 11330765.

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

Color convert

RGB205228172-
CMYK0.1000.250.11
HSL84.64º50.91%78.43%-
HSV(B)84.64º24.56%89.41%-
XYZ60.3771.4449.64-
YUV214.74103.88121.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.88%
GREEN value IS 228 (89.45% from 255) = 37.69%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=33.88%
G=37.69%
B=28.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052281720.1000.250.1184.6450.9178.43
HexCDE4ACA019B55334e
Octal315344254120311312563116
Binary1100110111100100101011001010011001101110101011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4AC; }

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

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

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

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

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

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

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

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