Html Css Color HEX #ECCDD4 Pink Lace

📋 copy color: '#ECCDD4'

red 236 ◦ green 205 ◦ blue 212

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

Shades of Pink Lace #ECCDD4

Tints of Pink Lace #ECCDD4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.39%

 BLUE value IS 212 (83.2% from 255) = 32.47%

R = 36.14%
G = 31.39%
B = 32.47%

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

#ECCDD4 (or 0xECCDD4) is known color: Pink Lace. HEX triplet: EC, CD and D4. RGB value is (236,205,212). Sum of RGB (Red+Green+Blue) = 236+205+212=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDD4 is #13322B. Grayscale: #D7D7D7. Windows color (decimal): -1258028 or 13946348. OLE color: 13946348.

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

Color convert

RGB 236 205 212 -
CMYK 0 0.13 0.10 0.07
HSL 346.45º 0.45% 0.86% -
HSV(B) 346.45º 0.13% 0.93% -
XYZ 68.31 66.25 71.47 -
YUV 215.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 236 205 212 0 0.13 0.10 0.07 346.45 0.45 0.86
Hex EC CD D4 0 D A 7 15A 2D 56
Octal 354 315 324 0 15 12 7 532 55 126
Binary 11101100 11001101 11010100 0 1101 1010 111 101011010 101101 1010110

Color Harmonies of #ECCDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCDD4

Black with #ECCDD4

Text Example


Text Example

White with #ECCDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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