Html Css Color HEX #EECAD5 Pink Lace

📋 copy color: '#EECAD5'

red 238 ◦ green 202 ◦ blue 213

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

Shades of Pink Lace #EECAD5

Tints of Pink Lace #EECAD5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.93%

 BLUE value IS 213 (83.59% from 255) = 32.62%

R = 36.45%
G = 30.93%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EECAD5 (or 0xEECAD5) is known color: Pink Lace. HEX triplet: EE, CA and D5. RGB value is (238,202,213). Sum of RGB (Red+Green+Blue) = 238+202+213=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EECAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECAD5 is #11352A. Grayscale: #D6D6D6. Windows color (decimal): -1127723 or 14011118. OLE color: 14011118.

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

Color convert

RGB 238 202 213 -
CMYK 0 0.15 0.11 0.07
HSL 341.67º 0.51% 0.86% -
HSV(B) 341.67º 0.15% 0.93% -
XYZ 68.39 65.22 71.94 -
YUV 214.02 127.43 145.11 -
System Red Green Blue C M Y K H S L
Decimal 238 202 213 0 0.15 0.11 0.07 341.67 0.51 0.86
Hex EE CA D5 0 F B 7 156 33 56
Octal 356 312 325 0 17 13 7 526 63 126
Binary 11101110 11001010 11010101 0 1111 1011 111 101010110 110011 1010110

Color Harmonies of #EECAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECAD5

Black with #EECAD5

Text Example


Text Example

White with #EECAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECAD5; }

 p { color: rgb(238,202,213); }

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

background-color css

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

 a { background-color: rgb(238,202,213); }

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

border-color css

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

 span { border-color: rgb(238,202,213); }

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