#D4E0A0

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

Shades of Reef #D4E0A0

Tints of Reef #D4E0A0

Color information

#D4E0A0 (or 0xD4E0A0) is unknown color: approx Reef. HEX triplet: D4, E0 and A0. RGB value is (212,224,160). Sum of RGB (Red+Green+Blue) = 212+224+160=596 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.57% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 160 (62.89% from 255 or 26.85% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E0A0 is #2B1F5F. Grayscale: #D5D5D5. Windows color (decimal): -2826080 or 10543316. OLE color: 10543316.

HSL color Cylindrical-coordinate representation of color #D4E0A0: hue angle of 71.25º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4E0A0 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB212224160-
CMYK0.0500.290.12
HSL71.25º50.79%75.29%-
HSV(B)71.25º28.57%87.84%-
XYZ60.1569.8543.57-
YUV213.1298.02127.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.57%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 160 (62.89% from 255) = 26.85%
R=35.57%
G=37.58%
B=26.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122241600.0500.290.1271.2550.7975.29
HexD4E0A0501DC47334b
Octal32434024050351410763113
Binary110101001110000010100000101011101110010001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E0A0; }

 p { color: rgb(212,224,160); }

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

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

 a { background-color: rgb(212,224,160); }

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

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

 span { border-color: rgb(212,224,160); }

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