Html Css Color HEX #EEC8D3 Pink Lace

📋 copy color: '#EEC8D3'

red 238 ◦ green 200 ◦ blue 211

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

Shades of Pink Lace #EEC8D3

Tints of Pink Lace #EEC8D3

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.82%

 BLUE value IS 211 (82.81% from 255) = 32.51%

R = 36.67%
G = 30.82%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EEC8D3 (or 0xEEC8D3) is known color: Pink Lace. HEX triplet: EE, C8 and D3. RGB value is (238,200,211). Sum of RGB (Red+Green+Blue) = 238+200+211=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8D3 is #11372C. Grayscale: #D4D4D4. Windows color (decimal): -1128237 or 13879534. OLE color: 13879534.

HSL color Cylindrical-coordinate representation of color #EEC8D3: hue angle of 342.63º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC8D3 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 200 211 -
CMYK 0 0.16 0.11 0.07
HSL 342.63º 0.53% 0.86% -
HSV(B) 342.63º 0.16% 0.93% -
XYZ 67.67 64.19 70.45 -
YUV 212.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 238 200 211 0 0.16 0.11 0.07 342.63 0.53 0.86
Hex EE C8 D3 0 10 B 7 157 35 56
Octal 356 310 323 0 20 13 7 527 65 126
Binary 11101110 11001000 11010011 0 10000 1011 111 101010111 110101 1010110

Color Harmonies of #EEC8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC8D3

Black with #EEC8D3

Text Example


Text Example

White with #EEC8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC8D3; }

 p { color: rgb(238,200,211); }

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

background-color css

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

 a { background-color: rgb(238,200,211); }

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

border-color css

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

 span { border-color: rgb(238,200,211); }

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