Html Css Color HEX #EDCBD5 Pink Lace

📋 copy color: '#EDCBD5'

red 237 ◦ green 203 ◦ blue 213

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

Shades of Pink Lace #EDCBD5

Tints of Pink Lace #EDCBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.09%

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

R = 36.29%
G = 31.09%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDCBD5 (or 0xEDCBD5) is known color: Pink Lace. HEX triplet: ED, CB and D5. RGB value is (237,203,213). Sum of RGB (Red+Green+Blue) = 237+203+213=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBD5 is #12342A. Grayscale: #D6D6D6. Windows color (decimal): -1193003 or 14011373. OLE color: 14011373.

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

Color convert

RGB 237 203 213 -
CMYK 0 0.14 0.10 0.07
HSL 342.35º 0.49% 0.86% -
HSV(B) 342.35º 0.14% 0.93% -
XYZ 68.29 65.52 72 -
YUV 214.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 237 203 213 0 0.14 0.10 0.07 342.35 0.49 0.86
Hex ED CB D5 0 E A 7 156 31 56
Octal 355 313 325 0 16 12 7 526 61 126
Binary 11101101 11001011 11010101 0 1110 1010 111 101010110 110001 1010110

Color Harmonies of #EDCBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBD5

Black with #EDCBD5

Text Example


Text Example

White with #EDCBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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