Html Css Color HEX #EFC1ED Snuff

📋 copy color: '#EFC1ED'

red 239 ◦ green 193 ◦ blue 237

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

Shades of Snuff #EFC1ED

Tints of Snuff #EFC1ED

RGB

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

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

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

R = 35.72%
G = 28.85%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFC1ED (or 0xEFC1ED) is known color: Snuff. HEX triplet: EF, C1 and ED. RGB value is (239,193,237). Sum of RGB (Red+Green+Blue) = 239+193+237=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC1ED is #103E12. Grayscale: #D3D3D3. Windows color (decimal): -1064467 or 15581679. OLE color: 15581679.

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

Color convert

RGB 239 193 237 -
CMYK 0 0.19 0.01 0.06
HSL 302.61º 0.59% 0.85% -
HSV(B) 302.61º 0.19% 0.94% -
XYZ 69.95 62.61 88.52 -
YUV 211.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 239 193 237 0 0.19 0.01 0.06 302.61 0.59 0.85
Hex EF C1 ED 0 13 1 6 12F 3B 55
Octal 357 301 355 0 23 1 6 457 73 125
Binary 11101111 11000001 11101101 0 10011 1 110 100101111 111011 1010101

Color Harmonies of #EFC1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1ED

Black with #EFC1ED

Text Example


Text Example

White with #EFC1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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