#D2EBA7

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

Shades of Reef #D2EBA7

Tints of Reef #D2EBA7

Color information

#D2EBA7 (or 0xD2EBA7) is unknown color: approx Reef. HEX triplet: D2, EB and A7. RGB value is (210,235,167). Sum of RGB (Red+Green+Blue) = 210+235+167=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EBA7 is #2D1458. Grayscale: #DCDCDC. Windows color (decimal): -2954329 or 11004882. OLE color: 11004882.

HSL color Cylindrical-coordinate representation of color #D2EBA7: hue angle of 82.06º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2EBA7 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB210235167-
CMYK0.1100.290.08
HSL82.06º62.96%78.82%-
HSV(B)82.06º28.94%92.16%-
XYZ63.2675.9147.88-
YUV219.7798.22121.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 167 (65.62% from 255) = 27.29%
R=34.31%
G=38.40%
B=27.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351670.1100.290.0882.0662.9678.82
HexD2EBA7B01D8523f4f
Octal322353247130351012277117
Binary1101001011101011101001111011011101100010100101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBA7; }

 p { color: rgb(210,235,167); }

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

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

 a { background-color: rgb(210,235,167); }

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

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

 span { border-color: rgb(210,235,167); }

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