#D4E1AA

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

Shades of Reef #D4E1AA

Tints of Reef #D4E1AA

Color information

#D4E1AA (or 0xD4E1AA) is unknown color: approx Reef. HEX triplet: D4, E1 and AA. RGB value is (212,225,170). Sum of RGB (Red+Green+Blue) = 212+225+170=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E1AA is #2B1E55. Grayscale: #D7D7D7. Windows color (decimal): -2825814 or 11198932. OLE color: 11198932.

HSL color Cylindrical-coordinate representation of color #D4E1AA: hue angle of 74.18º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4E1AA is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB212225170-
CMYK0.0600.240.12
HSL74.18º47.83%77.45%-
HSV(B)74.18º24.44%88.24%-
XYZ61.3370.7548.45-
YUV214.84102.69125.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 170 (66.80% from 255) = 28.01%
R=34.93%
G=37.07%
B=28.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122251700.0600.240.1274.1847.8377.45
HexD4E1AA6018C4a304d
Octal32434125260301411260115
Binary110101001110000110101010110011000110010010101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1AA; }

 p { color: rgb(212,225,170); }

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

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

 a { background-color: rgb(212,225,170); }

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

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

 span { border-color: rgb(212,225,170); }

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