#D2EB9B

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

Shades of Reef #D2EB9B

Tints of Reef #D2EB9B

Color information

#D2EB9B (or 0xD2EB9B) is unknown color: approx Reef. HEX triplet: D2, EB and 9B. RGB value is (210,235,155). Sum of RGB (Red+Green+Blue) = 210+235+155=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB9B is #2D1464. Grayscale: #DADADA. Windows color (decimal): -2954341 or 10218450. OLE color: 10218450.

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

Color convert

RGB210235155-
CMYK0.1100.340.08
HSL78.75º66.67%76.47%-
HSV(B)78.75º34.04%92.16%-
XYZ62.275.4842.3-
YUV218.492.22122-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 155 (60.94% from 255) = 25.83%
R=35%
G=39.17%
B=25.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351550.1100.340.0878.7566.6776.47
HexD2EB9BB02284f434c
Octal3223532331304210117103114
Binary110100101110101110011011101101000101000100111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB9B; }

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

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

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

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

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

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

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

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