Html Css Color HEX #EFD0D9 Pink Lace

📋 copy color: '#EFD0D9'

red 239 ◦ green 208 ◦ blue 217

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

Shades of Pink Lace #EFD0D9

Tints of Pink Lace #EFD0D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.68%

R = 35.99%
G = 31.33%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFD0D9 (or 0xEFD0D9) is known color: Pink Lace. HEX triplet: EF, D0 and D9. RGB value is (239,208,217). Sum of RGB (Red+Green+Blue) = 239+208+217=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D9 is #102F26. Grayscale: #DADADA. Windows color (decimal): -1060647 or 14274799. OLE color: 14274799.

HSL color Cylindrical-coordinate representation of color #EFD0D9: hue angle of 342.58º 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 #EFD0D9 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 208 217 -
CMYK 0 0.13 0.09 0.06
HSL 342.58º 0.49% 0.88% -
HSV(B) 342.58º 0.13% 0.94% -
XYZ 70.68 68.47 75.14 -
YUV 218.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 239 208 217 0 0.13 0.09 0.06 342.58 0.49 0.88
Hex EF D0 D9 0 D 9 6 157 31 58
Octal 357 320 331 0 15 11 6 527 61 130
Binary 11101111 11010000 11011001 0 1101 1001 110 101010111 110001 1011000

Color Harmonies of #EFD0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0D9

Black with #EFD0D9

Text Example


Text Example

White with #EFD0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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