Html Css Color HEX #EECACF Pink Lace

📋 copy color: '#EECACF'

red 238 ◦ green 202 ◦ blue 207

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

Shades of Pink Lace #EECACF

Tints of Pink Lace #EECACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.99%

R = 36.79%
G = 31.22%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EECACF (or 0xEECACF) is known color: Pink Lace. HEX triplet: EE, CA and CF. RGB value is (238,202,207). Sum of RGB (Red+Green+Blue) = 238+202+207=647 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.79% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACF is #113530. Grayscale: #D5D5D5. Windows color (decimal): -1127729 or 13617902. OLE color: 13617902.

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

Color convert

RGB 238 202 207 -
CMYK 0 0.15 0.13 0.07
HSL 351.67º 0.51% 0.86% -
HSV(B) 351.67º 0.15% 0.93% -
XYZ 67.64 64.92 68 -
YUV 213.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 238 202 207 0 0.15 0.13 0.07 351.67 0.51 0.86
Hex EE CA CF 0 F D 7 160 33 56
Octal 356 312 317 0 17 15 7 540 63 126
Binary 11101110 11001010 11001111 0 1111 1101 111 101100000 110011 1010110

Color Harmonies of #EECACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECACF

Black with #EECACF

Text Example


Text Example

White with #EECACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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