#D5EAAB

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

Shades of Reef #D5EAAB

Tints of Reef #D5EAAB

Color information

#D5EAAB (or 0xD5EAAB) is unknown color: approx Reef. HEX triplet: D5, EA and AB. RGB value is (213,234,171). Sum of RGB (Red+Green+Blue) = 213+234+171=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EAAB is #2A1554. Grayscale: #DCDCDC. Windows color (decimal): -2757973 or 11266773. OLE color: 11266773.

HSL color Cylindrical-coordinate representation of color #D5EAAB: hue angle of 80º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5EAAB is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB213234171-
CMYK0.0900.270.08
HSL80º60%79.41%-
HSV(B)80º26.92%91.76%-
XYZ64.2175.9349.8-
YUV220.54100.04122.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.47%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 171 (67.19% from 255) = 27.67%
R=34.47%
G=37.86%
B=27.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132341710.0900.270.08806079.41
HexD5EAAB901B8503c4f
Octal325352253110331012074117
Binary1101010111101010101010111001011011100010100001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EAAB; }

 p { color: rgb(213,234,171); }

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

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

 a { background-color: rgb(213,234,171); }

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

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

 span { border-color: rgb(213,234,171); }

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