#D4E1AF

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

Shades of Reef #D4E1AF

Tints of Reef #D4E1AF

Color information

#D4E1AF (or 0xD4E1AF) is unknown color: approx Reef. HEX triplet: D4, E1 and AF. RGB value is (212,225,175). Sum of RGB (Red+Green+Blue) = 212+225+175=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E1AF is #2B1E50. Grayscale: #D7D7D7. Windows color (decimal): -2825809 or 11526612. OLE color: 11526612.

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

Color convert

RGB212225175-
CMYK0.0600.220.12
HSL75.6º45.45%78.43%-
HSV(B)75.6º22.22%88.24%-
XYZ61.8170.9450.99-
YUV215.41105.19125.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.64%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 175 (68.75% from 255) = 28.59%
R=34.64%
G=36.76%
B=28.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122251750.0600.220.1275.645.4578.43
HexD4E1AF6016C4c2d4e
Octal32434125760261411455116
Binary110101001110000110101111110010110110010011001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1AF; }

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

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

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

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

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

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

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

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