Html Css Color HEX #EDCBD4 Pink Lace

📋 copy color: '#EDCBD4'

red 237 ◦ green 203 ◦ blue 212

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

Shades of Pink Lace #EDCBD4

Tints of Pink Lace #EDCBD4

RGB

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

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

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

R = 36.35%
G = 31.13%
B = 32.52%

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

#EDCBD4 (or 0xEDCBD4) is known color: Pink Lace. HEX triplet: ED, CB and D4. RGB value is (237,203,212). Sum of RGB (Red+Green+Blue) = 237+203+212=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBD4 is #12342B. Grayscale: #D6D6D6. Windows color (decimal): -1193004 or 13945837. OLE color: 13945837.

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

Color convert

RGB 237 203 212 -
CMYK 0 0.14 0.11 0.07
HSL 344.12º 0.49% 0.86% -
HSV(B) 344.12º 0.14% 0.93% -
XYZ 68.16 65.47 71.33 -
YUV 214.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 237 203 212 0 0.14 0.11 0.07 344.12 0.49 0.86
Hex ED CB D4 0 E B 7 158 31 56
Octal 355 313 324 0 16 13 7 530 61 126
Binary 11101101 11001011 11010100 0 1110 1011 111 101011000 110001 1010110

Color Harmonies of #EDCBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCBD4

Black with #EDCBD4

Text Example


Text Example

White with #EDCBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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