#D5E1A6

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

Shades of Reef #D5E1A6

Tints of Reef #D5E1A6

Color information

#D5E1A6 (or 0xD5E1A6) is unknown color: approx Reef. HEX triplet: D5, E1 and A6. RGB value is (213,225,166). Sum of RGB (Red+Green+Blue) = 213+225+166=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E1A6 is #2A1E59. Grayscale: #D6D6D6. Windows color (decimal): -2760282 or 10936789. OLE color: 10936789.

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

Color convert

RGB213225166-
CMYK0.0500.260.12
HSL72.2º49.58%76.67%-
HSV(B)72.2º26.22%88.24%-
XYZ61.2570.7546.5-
YUV214.69100.52126.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 166 (65.23% from 255) = 27.48%
R=35.26%
G=37.25%
B=27.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132251660.0500.260.1272.249.5876.67
HexD5E1A6501AC48324d
Octal32534124650321411062115
Binary110101011110000110100110101011010110010010001100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E1A6; }

 p { color: rgb(213,225,166); }

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

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

 a { background-color: rgb(213,225,166); }

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

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

 span { border-color: rgb(213,225,166); }

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