#D2EBAB

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

Shades of Reef #D2EBAB

Tints of Reef #D2EBAB

Color information

#D2EBAB (or 0xD2EBAB) is unknown color: approx Reef. HEX triplet: D2, EB and AB. RGB value is (210,235,171). Sum of RGB (Red+Green+Blue) = 210+235+171=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EBAB is #2D1454. Grayscale: #DCDCDC. Windows color (decimal): -2954325 or 11267026. OLE color: 11267026.

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

Color convert

RGB210235171-
CMYK0.1100.270.08
HSL83.44º61.54%79.61%-
HSV(B)83.44º27.23%92.16%-
XYZ63.6476.0649.85-
YUV220.23100.22120.7-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 235 (92.19% from 255) = 38.15%
BLUE value IS 171 (67.19% from 255) = 27.76%
R=34.09%
G=38.15%
B=27.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351710.1100.270.0883.4461.5479.61
HexD2EBABB01B8533e50
Octal322353253130331012376120
Binary1101001011101011101010111011011011100010100111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBAB; }

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

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

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

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

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

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

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

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