Html Css Color HEX #EFC5D0 Pink Lace

📋 copy color: '#EFC5D0'

red 239 ◦ green 197 ◦ blue 208

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

Shades of Pink Lace #EFC5D0

Tints of Pink Lace #EFC5D0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.59%

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

R = 37.11%
G = 30.59%
B = 32.3%

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

#EFC5D0 (or 0xEFC5D0) is known color: Pink Lace. HEX triplet: EF, C5 and D0. RGB value is (239,197,208). Sum of RGB (Red+Green+Blue) = 239+197+208=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5D0 is #103A2F. Grayscale: #D2D2D2. Windows color (decimal): -1063472 or 13682159. OLE color: 13682159.

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

Color convert

RGB 239 197 208 -
CMYK 0 0.18 0.13 0.06
HSL 344.29º 0.57% 0.85% -
HSV(B) 344.29º 0.18% 0.94% -
XYZ 66.95 62.84 68.27 -
YUV 210.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 239 197 208 0 0.18 0.13 0.06 344.29 0.57 0.85
Hex EF C5 D0 0 12 D 6 158 39 55
Octal 357 305 320 0 22 15 6 530 71 125
Binary 11101111 11000101 11010000 0 10010 1101 110 101011000 111001 1010101

Color Harmonies of #EFC5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5D0

Black with #EFC5D0

Text Example


Text Example

White with #EFC5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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