Html Css Color HEX #EFC4D0 Pink Lace

📋 copy color: '#EFC4D0'

red 239 ◦ green 196 ◦ blue 208

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

Shades of Pink Lace #EFC4D0

Tints of Pink Lace #EFC4D0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.48%

 BLUE value IS 208 (81.64% from 255) = 32.35%

R = 37.17%
G = 30.48%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFC4D0 (or 0xEFC4D0) is known color: Pink Lace. HEX triplet: EF, C4 and D0. RGB value is (239,196,208). Sum of RGB (Red+Green+Blue) = 239+196+208=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 196 (76.95% from 255 or 30.48% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4D0 is #103B2F. Grayscale: #D2D2D2. Windows color (decimal): -1063728 or 13681903. OLE color: 13681903.

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

Color convert

RGB 239 196 208 -
CMYK 0 0.18 0.13 0.06
HSL 343.26º 0.57% 0.85% -
HSV(B) 343.26º 0.18% 0.94% -
XYZ 66.72 62.38 68.2 -
YUV 210.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 239 196 208 0 0.18 0.13 0.06 343.26 0.57 0.85
Hex EF C4 D0 0 12 D 6 157 39 55
Octal 357 304 320 0 22 15 6 527 71 125
Binary 11101111 11000100 11010000 0 10010 1101 110 101010111 111001 1010101

Color Harmonies of #EFC4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4D0

Black with #EFC4D0

Text Example


Text Example

White with #EFC4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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