Html Css Color HEX #EFD0D7 Pink Lace

📋 copy color: '#EFD0D7'

red 239 ◦ green 208 ◦ blue 215

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

Shades of Pink Lace #EFD0D7

Tints of Pink Lace #EFD0D7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.42%

 BLUE value IS 215 (84.38% from 255) = 32.48%

R = 36.1%
G = 31.42%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFD0D7 (or 0xEFD0D7) is known color: Pink Lace. HEX triplet: EF, D0 and D7. RGB value is (239,208,215). Sum of RGB (Red+Green+Blue) = 239+208+215=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D7 is #102F28. Grayscale: #DADADA. Windows color (decimal): -1060649 or 14143727. OLE color: 14143727.

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

Color convert

RGB 239 208 215 -
CMYK 0 0.13 0.10 0.06
HSL 346.45º 0.49% 0.88% -
HSV(B) 346.45º 0.13% 0.94% -
XYZ 70.42 68.37 73.78 -
YUV 218.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 239 208 215 0 0.13 0.10 0.06 346.45 0.49 0.88
Hex EF D0 D7 0 D A 6 15A 31 58
Octal 357 320 327 0 15 12 6 532 61 130
Binary 11101111 11010000 11010111 0 1101 1010 110 101011010 110001 1011000

Color Harmonies of #EFD0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0D7

Black with #EFD0D7

Text Example


Text Example

White with #EFD0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0D7; }

 p { color: rgb(239,208,215); }

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

background-color css

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

 a { background-color: rgb(239,208,215); }

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

border-color css

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

 span { border-color: rgb(239,208,215); }

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