#CDE1A4

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

Shades of Reef #CDE1A4

Tints of Reef #CDE1A4

Color information

#CDE1A4 (or 0xCDE1A4) is unknown color: approx Reef. HEX triplet: CD, E1 and A4. RGB value is (205,225,164). Sum of RGB (Red+Green+Blue) = 205+225+164=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE1A4 is #321E5B. Grayscale: #D4D4D4. Windows color (decimal): -3284572 or 10805709. OLE color: 10805709.

HSL color Cylindrical-coordinate representation of color #CDE1A4: hue angle of 79.67º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDE1A4 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB205225164-
CMYK0.0900.270.12
HSL79.67º50.41%76.27%-
HSV(B)79.67º27.11%88.24%-
XYZ58.869.5145.44-
YUV212.07100.87122.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 164 (64.45% from 255) = 27.61%
R=34.51%
G=37.88%
B=27.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251640.0900.270.1279.6750.4176.27
HexCDE1A4901BC50324c
Octal315341244110331412062114
Binary1100110111100001101001001001011011110010100001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1A4; }

 p { color: rgb(205,225,164); }

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

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

 a { background-color: rgb(205,225,164); }

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

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

 span { border-color: rgb(205,225,164); }

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