Html Css Color HEX #EFD7EC Snuff

📋 copy color: '#EFD7EC'

red 239 ◦ green 215 ◦ blue 236

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

Shades of Snuff #EFD7EC

Tints of Snuff #EFD7EC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.16%

 BLUE value IS 236 (92.58% from 255) = 34.2%

R = 34.64%
G = 31.16%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFD7EC (or 0xEFD7EC) is known color: Snuff. HEX triplet: EF, D7 and EC. RGB value is (239,215,236). Sum of RGB (Red+Green+Blue) = 239+215+236=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 215 (84.38% from 255 or 31.16% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD7EC is #102813. Grayscale: #E0E0E0. Windows color (decimal): -1058836 or 15521775. OLE color: 15521775.

HSL color Cylindrical-coordinate representation of color #EFD7EC: hue angle of 307.5º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD7EC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 236 -
CMYK 0 0.10 0.01 0.06
HSL 307.5º 0.43% 0.89% -
HSV(B) 307.5º 0.1% 0.94% -
XYZ 75.04 73.01 89.49 -
YUV 224.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 239 215 236 0 0.10 0.01 0.06 307.5 0.43 0.89
Hex EF D7 EC 0 A 1 6 134 2B 59
Octal 357 327 354 0 12 1 6 464 53 131
Binary 11101111 11010111 11101100 0 1010 1 110 100110100 101011 1011001

Color Harmonies of #EFD7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD7EC

Black with #EFD7EC

Text Example


Text Example

White with #EFD7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD7EC; }

 p { color: rgb(239,215,236); }

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

background-color css

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

 a { background-color: rgb(239,215,236); }

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

border-color css

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

 span { border-color: rgb(239,215,236); }

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