Html Css Color HEX #D4EDD2 Blue Romance

📋 copy color: '#D4EDD2'

red 212 ◦ green 237 ◦ blue 210

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

Shades of Blue Romance #D4EDD2

Tints of Blue Romance #D4EDD2

RGB

 RED value IS 212 (83.2% from 255) = 32.17%

 GREEN value IS 237 (92.97% from 255) = 35.96%

 BLUE value IS 210 (82.42% from 255) = 31.87%

R = 32.17%
G = 35.96%
B = 31.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#D4EDD2 (or 0xD4EDD2) is known color: Blue Romance. HEX triplet: D4, ED and D2. RGB value is (212,237,210). Sum of RGB (Red+Green+Blue) = 212+237+210=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDD2 is #2B122D. Grayscale: #E2E2E2. Windows color (decimal): -2822702 or 13823444. OLE color: 13823444.

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

Color convert

RGB 212 237 210 -
CMYK 0.11 0 0.11 0.07
HSL 115.56º 0.43% 0.88% -
HSV(B) 115.56º 0.11% 0.93% -
XYZ 69.07 79.22 72.62 -
YUV 226.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 212 237 210 0.11 0 0.11 0.07 115.56 0.43 0.88
Hex D4 ED D2 B 0 B 7 74 2B 58
Octal 324 355 322 13 0 13 7 164 53 130
Binary 11010100 11101101 11010010 1011 0 1011 111 1110100 101011 1011000

Color Harmonies of #D4EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4EDD2

Black with #D4EDD2

Text Example


Text Example

White with #D4EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4EDD2; }

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

 H1.HeaderClassName
 {
   color: #D4EDD2;
 }
 .AnyTagClassName
 {
   color: #D4EDD2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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