#D5EDD3

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

Shades of Blue Romance #D5EDD3

Tints of Blue Romance #D5EDD3

Color information

#D5EDD3 (or 0xD5EDD3) is unknown color: approx Blue Romance. HEX triplet: D5, ED and D3. RGB value is (213,237,211). Sum of RGB (Red+Green+Blue) = 213+237+211=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 237 (92.97% from 255 or 35.85% from 661); Blue value is 211 (82.81% from 255 or 31.92% from 661); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDD3 is #2A122C. Grayscale: #E2E2E2. Windows color (decimal): -2757165 or 13888981. OLE color: 13888981.

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

Color convert

RGB213237211-
CMYK0.1000.110.07
HSL115.38º41.94%87.84%-
HSV(B)115.38º10.97%92.94%-
XYZ69.4879.4273.3-
YUV226.86119.05118.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.22%
GREEN value IS 237 (92.97% from 255) = 35.85%
BLUE value IS 211 (82.81% from 255) = 31.92%
R=32.22%
G=35.85%
B=31.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132372110.1000.110.07115.3841.9487.84
HexD5EDD3A0B7732a58
Octal32535532312013716352130
Binary11010101111011011101001110100101111111100111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EDD3; }

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

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

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

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

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

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

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

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