Html Css Color HEX #EFD2DC Pink Lace

📋 copy color: '#EFD2DC'

red 239 ◦ green 210 ◦ blue 220

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

Shades of Pink Lace #EFD2DC

Tints of Pink Lace #EFD2DC

RGB

 RED value IS 239 (93.75% from 255) = 35.72%

 GREEN value IS 210 (82.42% from 255) = 31.39%

 BLUE value IS 220 (86.33% from 255) = 32.88%

R = 35.72%
G = 31.39%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFD2DC (or 0xEFD2DC) is known color: Pink Lace. HEX triplet: EF, D2 and DC. RGB value is (239,210,220). Sum of RGB (Red+Green+Blue) = 239+210+220=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2DC is #102D23. Grayscale: #DBDBDB. Windows color (decimal): -1060132 or 14471919. OLE color: 14471919.

HSL color Cylindrical-coordinate representation of color #EFD2DC: hue angle of 339.31º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFD2DC is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 220 -
CMYK 0 0.12 0.08 0.06
HSL 339.31º 0.48% 0.88% -
HSV(B) 339.31º 0.12% 0.94% -
XYZ 71.56 69.61 77.37 -
YUV 219.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 239 210 220 0 0.12 0.08 0.06 339.31 0.48 0.88
Hex EF D2 DC 0 C 8 6 153 30 58
Octal 357 322 334 0 14 10 6 523 60 130
Binary 11101111 11010010 11011100 0 1100 1000 110 101010011 110000 1011000

Color Harmonies of #EFD2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2DC

Black with #EFD2DC

Text Example


Text Example

White with #EFD2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2DC; }

 p { color: rgb(239,210,220); }

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

background-color css

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

 a { background-color: rgb(239,210,220); }

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

border-color css

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

 span { border-color: rgb(239,210,220); }

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