Html Css Color HEX #ECC8CD Pink Lace

📋 copy color: '#ECC8CD'

red 236 ◦ green 200 ◦ blue 205

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

Shades of Pink Lace #ECC8CD

Tints of Pink Lace #ECC8CD

RGB

 RED value IS 236 (92.58% from 255) = 36.82%

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

 BLUE value IS 205 (80.47% from 255) = 31.98%

R = 36.82%
G = 31.2%
B = 31.98%

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

#ECC8CD (or 0xECC8CD) is known color: Pink Lace. HEX triplet: EC, C8 and CD. RGB value is (236,200,205). Sum of RGB (Red+Green+Blue) = 236+200+205=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8CD is #133732. Grayscale: #D3D3D3. Windows color (decimal): -1259315 or 13486316. OLE color: 13486316.

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

Color convert

RGB 236 200 205 -
CMYK 0 0.15 0.13 0.07
HSL 351.67º 0.49% 0.85% -
HSV(B) 351.67º 0.15% 0.93% -
XYZ 66.27 63.55 66.53 -
YUV 211.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 236 200 205 0 0.15 0.13 0.07 351.67 0.49 0.85
Hex EC C8 CD 0 F D 7 160 31 55
Octal 354 310 315 0 17 15 7 540 61 125
Binary 11101100 11001000 11001101 0 1111 1101 111 101100000 110001 1010101

Color Harmonies of #ECC8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC8CD

Black with #ECC8CD

Text Example


Text Example

White with #ECC8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC8CD; }

 p { color: rgb(236,200,205); }

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

background-color css

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

 a { background-color: rgb(236,200,205); }

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

border-color css

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

 span { border-color: rgb(236,200,205); }

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