Html Css Color HEX #EFC5D2 Pink Lace

📋 copy color: '#EFC5D2'

red 239 ◦ green 197 ◦ blue 210

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

Shades of Pink Lace #EFC5D2

Tints of Pink Lace #EFC5D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.51%

R = 37%
G = 30.5%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EFC5D2 (or 0xEFC5D2) is known color: Pink Lace. HEX triplet: EF, C5 and D2. RGB value is (239,197,210). Sum of RGB (Red+Green+Blue) = 239+197+210=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 197 (77.34% from 255 or 30.50% from 646); Blue value is 210 (82.42% from 255 or 32.51% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5D2 is #103A2D. Grayscale: #D3D3D3. Windows color (decimal): -1063470 or 13813231. OLE color: 13813231.

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

Color convert

RGB 239 197 210 -
CMYK 0 0.18 0.12 0.06
HSL 341.43º 0.57% 0.85% -
HSV(B) 341.43º 0.18% 0.94% -
XYZ 67.2 62.94 69.58 -
YUV 211.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 239 197 210 0 0.18 0.12 0.06 341.43 0.57 0.85
Hex EF C5 D2 0 12 C 6 155 39 55
Octal 357 305 322 0 22 14 6 525 71 125
Binary 11101111 11000101 11010010 0 10010 1100 110 101010101 111001 1010101

Color Harmonies of #EFC5D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5D2

Black with #EFC5D2

Text Example


Text Example

White with #EFC5D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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