Html Css Color HEX #EDCBD3 Pink Lace

📋 copy color: '#EDCBD3'

red 237 ◦ green 203 ◦ blue 211

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

Shades of Pink Lace #EDCBD3

Tints of Pink Lace #EDCBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.41%

R = 36.41%
G = 31.18%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDCBD3 (or 0xEDCBD3) is known color: Pink Lace. HEX triplet: ED, CB and D3. RGB value is (237,203,211). Sum of RGB (Red+Green+Blue) = 237+203+211=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBD3 is #12342C. Grayscale: #D6D6D6. Windows color (decimal): -1193005 or 13880301. OLE color: 13880301.

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

Color convert

RGB 237 203 211 -
CMYK 0 0.14 0.11 0.07
HSL 345.88º 0.49% 0.86% -
HSV(B) 345.88º 0.14% 0.93% -
XYZ 68.04 65.42 70.67 -
YUV 214.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 237 203 211 0 0.14 0.11 0.07 345.88 0.49 0.86
Hex ED CB D3 0 E B 7 15A 31 56
Octal 355 313 323 0 16 13 7 532 61 126
Binary 11101101 11001011 11010011 0 1110 1011 111 101011010 110001 1010110

Color Harmonies of #EDCBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBD3

Black with #EDCBD3

Text Example


Text Example

White with #EDCBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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