#D5EFAA

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

Shades of Reef #D5EFAA

Tints of Reef #D5EFAA

Color information

#D5EFAA (or 0xD5EFAA) is unknown color: approx Reef. HEX triplet: D5, EF and AA. RGB value is (213,239,170). Sum of RGB (Red+Green+Blue) = 213+239+170=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFAA is #2A1055. Grayscale: #DFDFDF. Windows color (decimal): -2756694 or 11202517. OLE color: 11202517.

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

Color convert

RGB213239170-
CMYK0.1100.290.06
HSL82.61º68.32%80.2%-
HSV(B)82.61º28.87%93.73%-
XYZ65.5678.7849.78-
YUV223.3697.89120.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 239 (93.75% from 255) = 38.42%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=34.24%
G=38.42%
B=27.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132391700.1100.290.0682.6168.3280.2
HexD5EFAAB01D6534450
Octal325357252130356123104120
Binary1101010111101111101010101011011101110101001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFAA; }

 p { color: rgb(213,239,170); }

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

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

 a { background-color: rgb(213,239,170); }

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

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

 span { border-color: rgb(213,239,170); }

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