Html Css Color HEX #D5EDD3 Blue Romance

📋 copy color: '#D5EDD3'

red 213 ◦ green 237 ◦ blue 211

#D5EDD3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #D5EDD3

Tints of Blue Romance #D5EDD3

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 value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#D5EDD3 (or 0xD5EDD3) is known color: 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

RGB 213 237 211 -
CMYK 0.10 0 0.11 0.07
HSL 115.38º 0.42% 0.88% -
HSV(B) 115.38º 0.11% 0.93% -
XYZ 69.48 79.42 73.3 -
YUV 226.86 119.05 118.11 -
System Red Green Blue C M Y K H S L
Decimal 213 237 211 0.10 0 0.11 0.07 115.38 0.42 0.88
Hex D5 ED D3 A 0 B 7 73 2A 58
Octal 325 355 323 12 0 13 7 163 52 130
Binary 11010101 11101101 11010011 1010 0 1011 111 1110011 101010 1011000

Color Harmonies of #D5EDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDD3

Black with #D5EDD3

Text Example


Text Example

White with #D5EDD3

Text Example


Text Example

HTML Codes & Css Web 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>