Html Css Color HEX #EFC2EE Snuff

📋 copy color: '#EFC2EE'

red 239 ◦ green 194 ◦ blue 238

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

Shades of Snuff #EFC2EE

Tints of Snuff #EFC2EE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.91%

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

R = 35.62%
G = 28.91%
B = 35.47%

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

#EFC2EE (or 0xEFC2EE) is known color: Snuff. HEX triplet: EF, C2 and EE. RGB value is (239,194,238). Sum of RGB (Red+Green+Blue) = 239+194+238=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 194 (76.17% from 255 or 28.91% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2EE is #103D11. Grayscale: #D4D4D4. Windows color (decimal): -1064210 or 15647471. OLE color: 15647471.

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

Color convert

RGB 239 194 238 -
CMYK 0 0.19 0.00 0.06
HSL 301.33º 0.58% 0.85% -
HSV(B) 301.33º 0.19% 0.94% -
XYZ 70.32 63.11 89.36 -
YUV 212.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 239 194 238 0 0.19 0.00 0.06 301.33 0.58 0.85
Hex EF C2 EE 0 13 0 6 12D 3A 55
Octal 357 302 356 0 23 0 6 455 72 125
Binary 11101111 11000010 11101110 0 10011 0 110 100101101 111010 1010101

Color Harmonies of #EFC2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2EE

Black with #EFC2EE

Text Example


Text Example

White with #EFC2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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