#D2E7B5

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

Shades of Reef #D2E7B5

Tints of Reef #D2E7B5

Color information

#D2E7B5 (or 0xD2E7B5) is unknown color: approx Reef. HEX triplet: D2, E7 and B5. RGB value is (210,231,181). Sum of RGB (Red+Green+Blue) = 210+231+181=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7B5 is #2D184A. Grayscale: #DBDBDB. Windows color (decimal): -2955339 or 11921362. OLE color: 11921362.

HSL color Cylindrical-coordinate representation of color #D2E7B5: hue angle of 85.2º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2E7B5 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB210231181-
CMYK0.0900.220.09
HSL85.2º51.02%80.78%-
HSV(B)85.2º21.65%90.59%-
XYZ63.4974.1954.69-
YUV219.02106.54121.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 181 (71.09% from 255) = 29.10%
R=33.76%
G=37.14%
B=29.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102311810.0900.220.0985.251.0280.78
HexD2E7B590169553351
Octal322347265110261112563121
Binary1101001011100111101101011001010110100110101011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7B5; }

 p { color: rgb(210,231,181); }

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

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

 a { background-color: rgb(210,231,181); }

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

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

 span { border-color: rgb(210,231,181); }

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