Html Css Color HEX #ECCED6 Pink Lace

📋 copy color: '#ECCED6'

red 236 ◦ green 206 ◦ blue 214

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

Shades of Pink Lace #ECCED6

Tints of Pink Lace #ECCED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.4%

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

R = 35.98%
G = 31.4%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECCED6 (or 0xECCED6) is known color: Pink Lace. HEX triplet: EC, CE and D6. RGB value is (236,206,214). Sum of RGB (Red+Green+Blue) = 236+206+214=656 (86% of max value = 765). Red value is 236 (92.58% from 255 or 35.98% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCED6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCED6 is #133129. Grayscale: #D7D7D7. Windows color (decimal): -1257770 or 14077676. OLE color: 14077676.

HSL color Cylindrical-coordinate representation of color #ECCED6: hue angle of 344º degrees, saturation: 0.44, 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 #ECCED6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 206 214 -
CMYK 0 0.13 0.09 0.07
HSL 344º 0.44% 0.87% -
HSV(B) 344º 0.13% 0.93% -
XYZ 68.8 66.83 72.89 -
YUV 215.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 236 206 214 0 0.13 0.09 0.07 344 0.44 0.87
Hex EC CE D6 0 D 9 7 158 2C 57
Octal 354 316 326 0 15 11 7 530 54 127
Binary 11101100 11001110 11010110 0 1101 1001 111 101011000 101100 1010111

Color Harmonies of #ECCED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCED6

Black with #ECCED6

Text Example


Text Example

White with #ECCED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCED6; }

 p { color: rgb(236,206,214); }

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

background-color css

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

 a { background-color: rgb(236,206,214); }

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

border-color css

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

 span { border-color: rgb(236,206,214); }

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