#D2E9D1

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

Shades of Blue Romance #D2E9D1

Tints of Blue Romance #D2E9D1

Color information

#D2E9D1 (or 0xD2E9D1) is unknown color: approx Blue Romance. HEX triplet: D2, E9 and D1. RGB value is (210,233,209). Sum of RGB (Red+Green+Blue) = 210+233+209=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 233 (91.41% from 255 or 35.74% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E9D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E9D1 is #2D162E. Grayscale: #DFDFDF. Windows color (decimal): -2954799 or 13756882. OLE color: 13756882.

HSL color Cylindrical-coordinate representation of color #D2E9D1: hue angle of 117.5º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2E9D1 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB210233209-
CMYK0.1000.100.09
HSL117.5º35.29%86.67%-
HSV(B)117.5º10.3%91.37%-
XYZ67.2376.5871.56-
YUV223.39119.88118.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.21%
GREEN value IS 233 (91.41% from 255) = 35.74%
BLUE value IS 209 (82.03% from 255) = 32.06%
R=32.21%
G=35.74%
B=32.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102332090.1000.100.09117.535.2986.67
HexD2E9D1A0A9752357
Octal322351321120121116543127
Binary110100101110100111010001101001010100111101011000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E9D1; }

 p { color: rgb(210,233,209); }

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

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

 a { background-color: rgb(210,233,209); }

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

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

 span { border-color: rgb(210,233,209); }

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