Html Css Color HEX #ECD2DA Pink Lace

📋 copy color: '#ECD2DA'

red 236 ◦ green 210 ◦ blue 218

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

Shades of Pink Lace #ECD2DA

Tints of Pink Lace #ECD2DA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.63%

 BLUE value IS 218 (85.55% from 255) = 32.83%

R = 35.54%
G = 31.63%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ECD2DA (or 0xECD2DA) is known color: Pink Lace. HEX triplet: EC, D2 and DA. RGB value is (236,210,218). Sum of RGB (Red+Green+Blue) = 236+210+218=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD2DA is #132D25. Grayscale: #DADADA. Windows color (decimal): -1256742 or 14340844. OLE color: 14340844.

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

Color convert

RGB 236 210 218 -
CMYK 0 0.11 0.08 0.07
HSL 341.54º 0.41% 0.87% -
HSV(B) 341.54º 0.11% 0.93% -
XYZ 70.29 68.99 75.94 -
YUV 218.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 236 210 218 0 0.11 0.08 0.07 341.54 0.41 0.87
Hex EC D2 DA 0 B 8 7 156 29 57
Octal 354 322 332 0 13 10 7 526 51 127
Binary 11101100 11010010 11011010 0 1011 1000 111 101010110 101001 1010111

Color Harmonies of #ECD2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2DA

Black with #ECD2DA

Text Example


Text Example

White with #ECD2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2DA; }

 p { color: rgb(236,210,218); }

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

background-color css

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

 a { background-color: rgb(236,210,218); }

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

border-color css

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

 span { border-color: rgb(236,210,218); }

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