Html Css Color HEX #EEC5D2 Pink Lace

📋 copy color: '#EEC5D2'

red 238 ◦ green 197 ◦ blue 210

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

Shades of Pink Lace #EEC5D2

Tints of Pink Lace #EEC5D2

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.54%

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

R = 36.9%
G = 30.54%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EEC5D2 (or 0xEEC5D2) is known color: Pink Lace. HEX triplet: EE, C5 and D2. RGB value is (238,197,210). Sum of RGB (Red+Green+Blue) = 238+197+210=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 197 (77.34% from 255 or 30.54% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5D2 is #113A2D. Grayscale: #D2D2D2. Windows color (decimal): -1129006 or 13813230. OLE color: 13813230.

HSL color Cylindrical-coordinate representation of color #EEC5D2: hue angle of 340.98º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC5D2 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 197 210 -
CMYK 0 0.17 0.12 0.07
HSL 340.98º 0.55% 0.85% -
HSV(B) 340.98º 0.17% 0.93% -
XYZ 66.86 62.76 69.56 -
YUV 210.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 238 197 210 0 0.17 0.12 0.07 340.98 0.55 0.85
Hex EE C5 D2 0 11 C 7 155 37 55
Octal 356 305 322 0 21 14 7 525 67 125
Binary 11101110 11000101 11010010 0 10001 1100 111 101010101 110111 1010101

Color Harmonies of #EEC5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC5D2

Black with #EEC5D2

Text Example


Text Example

White with #EEC5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC5D2; }

 p { color: rgb(238,197,210); }

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

background-color css

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

 a { background-color: rgb(238,197,210); }

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

border-color css

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

 span { border-color: rgb(238,197,210); }

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