#D2E19B

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

Shades of Reef #D2E19B

Tints of Reef #D2E19B

Color information

#D2E19B (or 0xD2E19B) is unknown color: approx Reef. HEX triplet: D2, E1 and 9B. RGB value is (210,225,155). Sum of RGB (Red+Green+Blue) = 210+225+155=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E19B is #2D1E64. Grayscale: #D4D4D4. Windows color (decimal): -2956901 or 10215890. OLE color: 10215890.

HSL color Cylindrical-coordinate representation of color #D2E19B: hue angle of 72.86º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2E19B is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB210225155-
CMYK0.0700.310.12
HSL72.86º53.85%74.51%-
HSV(B)72.86º31.11%88.24%-
XYZ59.4269.9241.37-
YUV212.5395.53126.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 225 (88.28% from 255) = 38.14%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=35.59%
G=38.14%
B=26.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102251550.0700.310.1272.8653.8574.51
HexD2E19B701FC49364b
Octal32234123370371411166113
Binary110100101110000110011011111011111110010010011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E19B; }

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

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

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

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

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

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

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

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