#D3EDD2

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

Shades of Blue Romance #D3EDD2

Tints of Blue Romance #D3EDD2

Color information

#D3EDD2 (or 0xD3EDD2) is unknown color: approx Blue Romance. HEX triplet: D3, ED and D2. RGB value is (211,237,210). Sum of RGB (Red+Green+Blue) = 211+237+210=658 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.07% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 210 (82.42% from 255 or 31.91% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDD2 is #2C122D. Grayscale: #E2E2E2. Windows color (decimal): -2888238 or 13823443. OLE color: 13823443.

HSL color Cylindrical-coordinate representation of color #D3EDD2: hue angle of 117.78º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3EDD2 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB211237210-
CMYK0.1100.110.07
HSL117.78º42.86%87.65%-
HSV(B)117.78º11.39%92.94%-
XYZ68.7879.0772.61-
YUV226.15118.89117.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.07%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 210 (82.42% from 255) = 31.91%
R=32.07%
G=36.02%
B=31.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112372100.1100.110.07117.7842.8687.65
HexD3EDD2B0B7762b58
Octal32335532213013716653130
Binary11010011111011011101001010110101111111101101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EDD2; }

 p { color: rgb(211,237,210); }

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

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

 a { background-color: rgb(211,237,210); }

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

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

 span { border-color: rgb(211,237,210); }

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