Html Css Color HEX #EFD4EC Snuff

📋 copy color: '#EFD4EC'

red 239 ◦ green 212 ◦ blue 236

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

Shades of Snuff #EFD4EC

Tints of Snuff #EFD4EC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.86%

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

R = 34.79%
G = 30.86%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFD4EC (or 0xEFD4EC) is known color: Snuff. HEX triplet: EF, D4 and EC. RGB value is (239,212,236). Sum of RGB (Red+Green+Blue) = 239+212+236=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 212 (83.20% from 255 or 30.86% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD4EC is #102B13. Grayscale: #DEDEDE. Windows color (decimal): -1059604 or 15521007. OLE color: 15521007.

HSL color Cylindrical-coordinate representation of color #EFD4EC: hue angle of 306.67º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFD4EC is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 236 -
CMYK 0 0.11 0.01 0.06
HSL 306.67º 0.46% 0.88% -
HSV(B) 306.67º 0.11% 0.94% -
XYZ 74.28 71.49 89.24 -
YUV 222.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 239 212 236 0 0.11 0.01 0.06 306.67 0.46 0.88
Hex EF D4 EC 0 B 1 6 133 2E 58
Octal 357 324 354 0 13 1 6 463 56 130
Binary 11101111 11010100 11101100 0 1011 1 110 100110011 101110 1011000

Color Harmonies of #EFD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4EC

Black with #EFD4EC

Text Example


Text Example

White with #EFD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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