#D4EEA1

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

Shades of Reef #D4EEA1

Tints of Reef #D4EEA1

Color information

#D4EEA1 (or 0xD4EEA1) is unknown color: approx Reef. HEX triplet: D4, EE and A1. RGB value is (212,238,161). Sum of RGB (Red+Green+Blue) = 212+238+161=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 161 (63.28% from 255 or 26.35% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EEA1 is #2B115E. Grayscale: #DDDDDD. Windows color (decimal): -2822495 or 10612436. OLE color: 10612436.

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

Color convert

RGB212238161-
CMYK0.1100.320.07
HSL80.26º69.37%78.24%-
HSV(B)80.26º32.35%93.33%-
XYZ64.1677.7245.34-
YUV221.4593.89121.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.70%
GREEN value IS 238 (93.36% from 255) = 38.95%
BLUE value IS 161 (63.28% from 255) = 26.35%
R=34.70%
G=38.95%
B=26.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122381610.1100.320.0780.2669.3778.24
HexD4EEA1B020750454e
Octal324356241130407120105116
Binary11010100111011101010000110110100000111101000010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EEA1; }

 p { color: rgb(212,238,161); }

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

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

 a { background-color: rgb(212,238,161); }

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

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

 span { border-color: rgb(212,238,161); }

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