Html Css Color HEX #EFC6ED Snuff

📋 copy color: '#EFC6ED'

red 239 ◦ green 198 ◦ blue 237

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

Shades of Snuff #EFC6ED

Tints of Snuff #EFC6ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 35.46%
G = 29.38%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFC6ED (or 0xEFC6ED) is known color: Snuff. HEX triplet: EF, C6 and ED. RGB value is (239,198,237). Sum of RGB (Red+Green+Blue) = 239+198+237=674 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.46% from 674); Green value is 198 (77.73% from 255 or 29.38% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6ED is #103912. Grayscale: #D6D6D6. Windows color (decimal): -1063187 or 15582959. OLE color: 15582959.

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

Color convert

RGB 239 198 237 -
CMYK 0 0.17 0.01 0.06
HSL 302.93º 0.56% 0.86% -
HSV(B) 302.93º 0.17% 0.94% -
XYZ 71.08 64.85 88.89 -
YUV 214.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 239 198 237 0 0.17 0.01 0.06 302.93 0.56 0.86
Hex EF C6 ED 0 11 1 6 12F 38 56
Octal 357 306 355 0 21 1 6 457 70 126
Binary 11101111 11000110 11101101 0 10001 1 110 100101111 111000 1010110

Color Harmonies of #EFC6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6ED

Black with #EFC6ED

Text Example


Text Example

White with #EFC6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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