Html Css Color HEX #EECFD6 Pink Lace

📋 copy color: '#EECFD6'

red 238 ◦ green 207 ◦ blue 214

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

Shades of Pink Lace #EECFD6

Tints of Pink Lace #EECFD6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.41%

 BLUE value IS 214 (83.98% from 255) = 32.47%

R = 36.12%
G = 31.41%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EECFD6 (or 0xEECFD6) is known color: Pink Lace. HEX triplet: EE, CF and D6. RGB value is (238,207,214). Sum of RGB (Red+Green+Blue) = 238+207+214=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFD6 is #113029. Grayscale: #D9D9D9. Windows color (decimal): -1126442 or 14077934. OLE color: 14077934.

HSL color Cylindrical-coordinate representation of color #EECFD6: hue angle of 346.45º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECFD6 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 207 214 -
CMYK 0 0.13 0.10 0.07
HSL 346.45º 0.48% 0.87% -
HSV(B) 346.45º 0.13% 0.93% -
XYZ 69.71 67.66 73 -
YUV 217.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 238 207 214 0 0.13 0.10 0.07 346.45 0.48 0.87
Hex EE CF D6 0 D A 7 15A 30 57
Octal 356 317 326 0 15 12 7 532 60 127
Binary 11101110 11001111 11010110 0 1101 1010 111 101011010 110000 1010111

Color Harmonies of #EECFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECFD6

Black with #EECFD6

Text Example


Text Example

White with #EECFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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