#D5E2A1

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

Shades of Reef #D5E2A1

Tints of Reef #D5E2A1

Color information

#D5E2A1 (or 0xD5E2A1) is unknown color: approx Reef. HEX triplet: D5, E2 and A1. RGB value is (213,226,161). Sum of RGB (Red+Green+Blue) = 213+226+161=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E2A1 is #2A1D5E. Grayscale: #D6D6D6. Windows color (decimal): -2760031 or 10609365. OLE color: 10609365.

HSL color Cylindrical-coordinate representation of color #D5E2A1: hue angle of 72º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5E2A1 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB213226161-
CMYK0.0600.290.11
HSL72º52.85%75.88%-
HSV(B)72º28.76%88.63%-
XYZ61.0771.1144.23-
YUV214.797.69126.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 226 (88.67% from 255) = 37.67%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=35.5%
G=37.67%
B=26.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132261610.0600.290.117252.8575.88
HexD5E2A1601DB48354c
Octal32534224160351311065114
Binary110101011110001010100001110011101101110010001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E2A1; }

 p { color: rgb(213,226,161); }

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

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

 a { background-color: rgb(213,226,161); }

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

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

 span { border-color: rgb(213,226,161); }

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