Html Css Color HEX #EFD6EE Snuff

📋 copy color: '#EFD6EE'

red 239 ◦ green 214 ◦ blue 238

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

Shades of Snuff #EFD6EE

Tints of Snuff #EFD6EE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 30.97%

 BLUE value IS 238 (93.36% from 255) = 34.44%

R = 34.59%
G = 30.97%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD6EE (or 0xEFD6EE) is known color: Snuff. HEX triplet: EF, D6 and EE. RGB value is (239,214,238). Sum of RGB (Red+Green+Blue) = 239+214+238=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD6EE is #102911. Grayscale: #E0E0E0. Windows color (decimal): -1059090 or 15652591. OLE color: 15652591.

HSL color Cylindrical-coordinate representation of color #EFD6EE: hue angle of 302.4º degrees, saturation: 0.44, 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 #EFD6EE is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 214 238 -
CMYK 0 0.10 0.00 0.06
HSL 302.4º 0.44% 0.89% -
HSV(B) 302.4º 0.1% 0.94% -
XYZ 75.08 72.62 90.95 -
YUV 224.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 239 214 238 0 0.10 0.00 0.06 302.4 0.44 0.89
Hex EF D6 EE 0 A 0 6 12E 2C 59
Octal 357 326 356 0 12 0 6 456 54 131
Binary 11101111 11010110 11101110 0 1010 0 110 100101110 101100 1011001

Color Harmonies of #EFD6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD6EE

Black with #EFD6EE

Text Example


Text Example

White with #EFD6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD6EE; }

 p { color: rgb(239,214,238); }

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

background-color css

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

 a { background-color: rgb(239,214,238); }

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

border-color css

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

 span { border-color: rgb(239,214,238); }

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