#D5E7B2

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

Shades of Reef #D5E7B2

Tints of Reef #D5E7B2

Color information

#D5E7B2 (or 0xD5E7B2) is unknown color: approx Reef. HEX triplet: D5, E7 and B2. RGB value is (213,231,178). Sum of RGB (Red+Green+Blue) = 213+231+178=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E7B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E7B2 is #2A184D. Grayscale: #DBDBDB. Windows color (decimal): -2758734 or 11724757. OLE color: 11724757.

HSL color Cylindrical-coordinate representation of color #D5E7B2: hue angle of 80.38º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5E7B2 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB213231178-
CMYK0.0800.230.09
HSL80.38º52.48%80.2%-
HSV(B)80.38º22.94%90.59%-
XYZ64.0574.5153.13-
YUV219.58104.54123.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 178 (69.92% from 255) = 28.62%
R=34.24%
G=37.14%
B=28.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132311780.0800.230.0980.3852.4880.2
HexD5E7B280179503450
Octal325347262100271112064120
Binary1101010111100111101100101000010111100110100001101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E7B2; }

 p { color: rgb(213,231,178); }

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

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

 a { background-color: rgb(213,231,178); }

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

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

 span { border-color: rgb(213,231,178); }

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