Html Css Color HEX #EDCBD0 Pink Lace

📋 copy color: '#EDCBD0'

red 237 ◦ green 203 ◦ blue 208

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

Shades of Pink Lace #EDCBD0

Tints of Pink Lace #EDCBD0

RGB

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

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

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

R = 36.57%
G = 31.33%
B = 32.1%

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

#EDCBD0 (or 0xEDCBD0) is known color: Pink Lace. HEX triplet: ED, CB and D0. RGB value is (237,203,208). Sum of RGB (Red+Green+Blue) = 237+203+208=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBD0 is #12342F. Grayscale: #D5D5D5. Windows color (decimal): -1193008 or 13683693. OLE color: 13683693.

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

Color convert

RGB 237 203 208 -
CMYK 0 0.14 0.12 0.07
HSL 351.18º 0.49% 0.86% -
HSV(B) 351.18º 0.14% 0.93% -
XYZ 67.67 65.27 68.71 -
YUV 213.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 237 203 208 0 0.14 0.12 0.07 351.18 0.49 0.86
Hex ED CB D0 0 E C 7 15F 31 56
Octal 355 313 320 0 16 14 7 537 61 126
Binary 11101101 11001011 11010000 0 1110 1100 111 101011111 110001 1010110

Color Harmonies of #EDCBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBD0

Black with #EDCBD0

Text Example


Text Example

White with #EDCBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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