Html Css Color HEX #ECCED5 Pink Lace

📋 copy color: '#ECCED5'

red 236 ◦ green 206 ◦ blue 213

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

Shades of Pink Lace #ECCED5

Tints of Pink Lace #ECCED5

RGB

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

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

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

R = 36.03%
G = 31.45%
B = 32.52%

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

#ECCED5 (or 0xECCED5) is known color: Pink Lace. HEX triplet: EC, CE and D5. RGB value is (236,206,213). Sum of RGB (Red+Green+Blue) = 236+206+213=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCED5 is #13312A. Grayscale: #D7D7D7. Windows color (decimal): -1257771 or 14012140. OLE color: 14012140.

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

Color convert

RGB 236 206 213 -
CMYK 0 0.13 0.10 0.07
HSL 346º 0.44% 0.87% -
HSV(B) 346º 0.13% 0.93% -
XYZ 68.67 66.78 72.22 -
YUV 215.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 236 206 213 0 0.13 0.10 0.07 346 0.44 0.87
Hex EC CE D5 0 D A 7 15A 2C 57
Octal 354 316 325 0 15 12 7 532 54 127
Binary 11101100 11001110 11010101 0 1101 1010 111 101011010 101100 1010111

Color Harmonies of #ECCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCED5

Black with #ECCED5

Text Example


Text Example

White with #ECCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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