Html Css Color HEX #EFD0DA Pink Lace

📋 copy color: '#EFD0DA'

red 239 ◦ green 208 ◦ blue 218

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

Shades of Pink Lace #EFD0DA

Tints of Pink Lace #EFD0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.78%

R = 35.94%
G = 31.28%
B = 32.78%

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

#EFD0DA (or 0xEFD0DA) is known color: Pink Lace. HEX triplet: EF, D0 and DA. RGB value is (239,208,218). Sum of RGB (Red+Green+Blue) = 239+208+218=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0DA is #102F25. Grayscale: #DADADA. Windows color (decimal): -1060646 or 14340335. OLE color: 14340335.

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

Color convert

RGB 239 208 218 -
CMYK 0 0.13 0.09 0.06
HSL 340.65º 0.49% 0.88% -
HSV(B) 340.65º 0.13% 0.94% -
XYZ 70.81 68.52 75.82 -
YUV 218.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 239 208 218 0 0.13 0.09 0.06 340.65 0.49 0.88
Hex EF D0 DA 0 D 9 6 155 31 58
Octal 357 320 332 0 15 11 6 525 61 130
Binary 11101111 11010000 11011010 0 1101 1001 110 101010101 110001 1011000

Color Harmonies of #EFD0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0DA

Black with #EFD0DA

Text Example


Text Example

White with #EFD0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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