Html Css Color HEX #ECCAD0 Pink Lace

📋 copy color: '#ECCAD0'

red 236 ◦ green 202 ◦ blue 208

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

Shades of Pink Lace #ECCAD0

Tints of Pink Lace #ECCAD0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.27%

 BLUE value IS 208 (81.64% from 255) = 32.2%

R = 36.53%
G = 31.27%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECCAD0 (or 0xECCAD0) is known color: Pink Lace. HEX triplet: EC, CA and D0. RGB value is (236,202,208). Sum of RGB (Red+Green+Blue) = 236+202+208=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCAD0 is #13352F. Grayscale: #D4D4D4. Windows color (decimal): -1258800 or 13683436. OLE color: 13683436.

HSL color Cylindrical-coordinate representation of color #ECCAD0: hue angle of 349.41º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCAD0 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 202 208 -
CMYK 0 0.14 0.12 0.07
HSL 349.41º 0.47% 0.86% -
HSV(B) 349.41º 0.14% 0.93% -
XYZ 67.1 64.63 68.61 -
YUV 212.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 236 202 208 0 0.14 0.12 0.07 349.41 0.47 0.86
Hex EC CA D0 0 E C 7 15D 2F 56
Octal 354 312 320 0 16 14 7 535 57 126
Binary 11101100 11001010 11010000 0 1110 1100 111 101011101 101111 1010110

Color Harmonies of #ECCAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCAD0

Black with #ECCAD0

Text Example


Text Example

White with #ECCAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCAD0; }

 p { color: rgb(236,202,208); }

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

background-color css

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

 a { background-color: rgb(236,202,208); }

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

border-color css

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

 span { border-color: rgb(236,202,208); }

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