#D3EED2

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

Shades of Blue Romance #D3EED2

Tints of Blue Romance #D3EED2

Color information

#D3EED2 (or 0xD3EED2) is unknown color: approx Blue Romance. HEX triplet: D3, EE and D2. RGB value is (211,238,210). Sum of RGB (Red+Green+Blue) = 211+238+210=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EED2 is #2C112D. Grayscale: #E2E2E2. Windows color (decimal): -2887982 or 13823699. OLE color: 13823699.

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

Color convert

RGB211238210-
CMYK0.1100.120.07
HSL117.86º45.16%87.84%-
HSV(B)117.86º11.76%93.33%-
XYZ69.0779.6572.71-
YUV226.74118.55116.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.02%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 210 (82.42% from 255) = 31.87%
R=32.02%
G=36.12%
B=31.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2112382100.1100.120.07117.8645.1687.84
HexD3EED2B0C7762d58
Octal32335632213014716655130
Binary11010011111011101101001010110110011111101101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EED2; }

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

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

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

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

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

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

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

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