Html Css Color HEX #EDCAD5 Pink Lace

📋 copy color: '#EDCAD5'

red 237 ◦ green 202 ◦ blue 213

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

Shades of Pink Lace #EDCAD5

Tints of Pink Lace #EDCAD5

RGB

 RED value IS 237 (92.97% from 255) = 36.35%

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

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

R = 36.35%
G = 30.98%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDCAD5 (or 0xEDCAD5) is known color: Pink Lace. HEX triplet: ED, CA and D5. RGB value is (237,202,213). Sum of RGB (Red+Green+Blue) = 237+202+213=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCAD5 is #12352A. Grayscale: #D5D5D5. Windows color (decimal): -1193259 or 14011117. OLE color: 14011117.

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

Color convert

RGB 237 202 213 -
CMYK 0 0.15 0.10 0.07
HSL 341.14º 0.49% 0.86% -
HSV(B) 341.14º 0.15% 0.93% -
XYZ 68.06 65.05 71.92 -
YUV 213.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 237 202 213 0 0.15 0.10 0.07 341.14 0.49 0.86
Hex ED CA D5 0 F A 7 155 31 56
Octal 355 312 325 0 17 12 7 525 61 126
Binary 11101101 11001010 11010101 0 1111 1010 111 101010101 110001 1010110

Color Harmonies of #EDCAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCAD5

Black with #EDCAD5

Text Example


Text Example

White with #EDCAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCAD5; }

 p { color: rgb(237,202,213); }

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

background-color css

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

 a { background-color: rgb(237,202,213); }

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

border-color css

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

 span { border-color: rgb(237,202,213); }

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