Html Css Color HEX #EFC6EE Snuff

📋 copy color: '#EFC6EE'

red 239 ◦ green 198 ◦ blue 238

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

Shades of Snuff #EFC6EE

Tints of Snuff #EFC6EE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.33%

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

R = 35.41%
G = 29.33%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFC6EE (or 0xEFC6EE) is known color: Snuff. HEX triplet: EF, C6 and EE. RGB value is (239,198,238). Sum of RGB (Red+Green+Blue) = 239+198+238=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 198 (77.73% from 255 or 29.33% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6EE is #103911. Grayscale: #D6D6D6. Windows color (decimal): -1063186 or 15648495. OLE color: 15648495.

HSL color Cylindrical-coordinate representation of color #EFC6EE: hue angle of 301.46º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC6EE is Cyan = 0, Magento = 0.17, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 238 -
CMYK 0 0.17 0.00 0.06
HSL 301.46º 0.56% 0.86% -
HSV(B) 301.46º 0.17% 0.94% -
XYZ 71.22 64.91 89.66 -
YUV 214.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 239 198 238 0 0.17 0.00 0.06 301.46 0.56 0.86
Hex EF C6 EE 0 11 0 6 12D 38 56
Octal 357 306 356 0 21 0 6 455 70 126
Binary 11101111 11000110 11101110 0 10001 0 110 100101101 111000 1010110

Color Harmonies of #EFC6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6EE

Black with #EFC6EE

Text Example


Text Example

White with #EFC6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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