#D5EED3

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

Shades of Blue Romance #D5EED3

Tints of Blue Romance #D5EED3

Color information

#D5EED3 (or 0xD5EED3) is unknown color: approx Blue Romance. HEX triplet: D5, EE and D3. RGB value is (213,238,211). Sum of RGB (Red+Green+Blue) = 213+238+211=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EED3 is #2A112C. Grayscale: #E3E3E3. Windows color (decimal): -2756909 or 13889237. OLE color: 13889237.

HSL color Cylindrical-coordinate representation of color #D5EED3: hue angle of 115.56º degrees, saturation: 0.44, 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 #D5EED3 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB213238211-
CMYK0.1100.110.07
HSL115.56º44.26%88.04%-
HSV(B)115.56º11.34%93.33%-
XYZ69.778073.39-
YUV227.45118.72117.7-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.18%
GREEN value IS 238 (93.36% from 255) = 35.95%
BLUE value IS 211 (82.81% from 255) = 31.87%
R=32.18%
G=35.95%
B=31.87%

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
Decimal2132382110.1100.110.07115.5644.2688.04
HexD5EED3B0B7742c58
Octal32535632313013716454130
Binary11010101111011101101001110110101111111101001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EED3; }

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

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

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

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

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

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

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

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