Html Css Color HEX #EED4DD Pink Lace

📋 copy color: '#EED4DD'

red 238 ◦ green 212 ◦ blue 221

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

Shades of Pink Lace #EED4DD

Tints of Pink Lace #EED4DD

RGB

 RED value IS 238 (93.36% from 255) = 35.47%

 GREEN value IS 212 (83.2% from 255) = 31.59%

 BLUE value IS 221 (86.72% from 255) = 32.94%

R = 35.47%
G = 31.59%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EED4DD (or 0xEED4DD) is known color: Pink Lace. HEX triplet: EE, D4 and DD. RGB value is (238,212,221). Sum of RGB (Red+Green+Blue) = 238+212+221=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EED4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED4DD is #112B22. Grayscale: #DCDCDC. Windows color (decimal): -1125155 or 14537966. OLE color: 14537966.

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

Color convert

RGB 238 212 221 -
CMYK 0 0.11 0.07 0.07
HSL 339.23º 0.43% 0.88% -
HSV(B) 339.23º 0.11% 0.93% -
XYZ 71.85 70.48 78.22 -
YUV 220.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 238 212 221 0 0.11 0.07 0.07 339.23 0.43 0.88
Hex EE D4 DD 0 B 7 7 153 2B 58
Octal 356 324 335 0 13 7 7 523 53 130
Binary 11101110 11010100 11011101 0 1011 111 111 101010011 101011 1011000

Color Harmonies of #EED4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED4DD

Black with #EED4DD

Text Example


Text Example

White with #EED4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED4DD; }

 p { color: rgb(238,212,221); }

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

background-color css

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

 a { background-color: rgb(238,212,221); }

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

border-color css

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

 span { border-color: rgb(238,212,221); }

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