Html Css Color HEX #EFC3EE Snuff

📋 copy color: '#EFC3EE'

red 239 ◦ green 195 ◦ blue 238

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

Shades of Snuff #EFC3EE

Tints of Snuff #EFC3EE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.02%

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

R = 35.57%
G = 29.02%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFC3EE (or 0xEFC3EE) is known color: Snuff. HEX triplet: EF, C3 and EE. RGB value is (239,195,238). Sum of RGB (Red+Green+Blue) = 239+195+238=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 195 (76.56% from 255 or 29.02% from 672); Blue value is 238 (93.36% from 255 or 35.42% from 672); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC3EE is #103C11. Grayscale: #D4D4D4. Windows color (decimal): -1063954 or 15647727. OLE color: 15647727.

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

Color convert

RGB 239 195 238 -
CMYK 0 0.18 0.00 0.06
HSL 301.36º 0.58% 0.85% -
HSV(B) 301.36º 0.18% 0.94% -
XYZ 70.54 63.55 89.44 -
YUV 213.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 239 195 238 0 0.18 0.00 0.06 301.36 0.58 0.85
Hex EF C3 EE 0 12 0 6 12D 3A 55
Octal 357 303 356 0 22 0 6 455 72 125
Binary 11101111 11000011 11101110 0 10010 0 110 100101101 111010 1010101

Color Harmonies of #EFC3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3EE

Black with #EFC3EE

Text Example


Text Example

White with #EFC3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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