Html Css Color HEX #EFC1EE Snuff

📋 copy color: '#EFC1EE'

red 239 ◦ green 193 ◦ blue 238

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

Shades of Snuff #EFC1EE

Tints of Snuff #EFC1EE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 28.81%

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

R = 35.67%
G = 28.81%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFC1EE (or 0xEFC1EE) is known color: Snuff. HEX triplet: EF, C1 and EE. RGB value is (239,193,238). Sum of RGB (Red+Green+Blue) = 239+193+238=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1EE is #103E11. Grayscale: #D3D3D3. Windows color (decimal): -1064466 or 15647215. OLE color: 15647215.

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

Color convert

RGB 239 193 238 -
CMYK 0 0.19 0.00 0.06
HSL 301.3º 0.59% 0.85% -
HSV(B) 301.3º 0.19% 0.94% -
XYZ 70.1 62.66 89.29 -
YUV 211.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 239 193 238 0 0.19 0.00 0.06 301.3 0.59 0.85
Hex EF C1 EE 0 13 0 6 12D 3B 55
Octal 357 301 356 0 23 0 6 455 73 125
Binary 11101111 11000001 11101110 0 10011 0 110 100101101 111011 1010101

Color Harmonies of #EFC1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1EE

Black with #EFC1EE

Text Example


Text Example

White with #EFC1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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