#D5EEA9

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

Shades of Reef #D5EEA9

Tints of Reef #D5EEA9

Color information

#D5EEA9 (or 0xD5EEA9) is unknown color: approx Reef. HEX triplet: D5, EE and A9. RGB value is (213,238,169). Sum of RGB (Red+Green+Blue) = 213+238+169=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EEA9 is #2A1156. Grayscale: #DEDEDE. Windows color (decimal): -2756951 or 11136725. OLE color: 11136725.

HSL color Cylindrical-coordinate representation of color #D5EEA9: hue angle of 81.74º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5EEA9 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB213238169-
CMYK0.1100.290.07
HSL81.74º66.99%79.8%-
HSV(B)81.74º28.99%93.33%-
XYZ65.1878.1649.19-
YUV222.6697.72121.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.35%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 169 (66.41% from 255) = 27.26%
R=34.35%
G=38.39%
B=27.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132381690.1100.290.0781.7466.9979.8
HexD5EEA9B01D7524350
Octal325356251130357122103120
Binary1101010111101110101010011011011101111101001010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EEA9; }

 p { color: rgb(213,238,169); }

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

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

 a { background-color: rgb(213,238,169); }

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

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

 span { border-color: rgb(213,238,169); }

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