#CDE4AA

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

Shades of Reef #CDE4AA

Tints of Reef #CDE4AA

Color information

#CDE4AA (or 0xCDE4AA) is unknown color: approx Reef. HEX triplet: CD, E4 and AA. RGB value is (205,228,170). Sum of RGB (Red+Green+Blue) = 205+228+170=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE4AA is #321B55. Grayscale: #D6D6D6. Windows color (decimal): -3283798 or 11199693. OLE color: 11199693.

HSL color Cylindrical-coordinate representation of color #CDE4AA: hue angle of 83.79º degrees, saturation: 0.52, 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 #CDE4AA is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB205228170-
CMYK0.1000.250.11
HSL83.79º51.79%78.04%-
HSV(B)83.79º25.44%89.41%-
XYZ60.1871.3748.63-
YUV214.51102.88121.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 228 (89.45% from 255) = 37.81%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=34.00%
G=37.81%
B=28.19%

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
Decimal2052281700.1000.250.1183.7951.7978.04
HexCDE4AAA019B54344e
Octal315344252120311312464116
Binary1100110111100100101010101010011001101110101001101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4AA; }

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

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

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

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

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

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

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

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