Html Css Color HEX #EFC0ED Snuff

📋 copy color: '#EFC0ED'

red 239 ◦ green 192 ◦ blue 237

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

Shades of Snuff #EFC0ED

Tints of Snuff #EFC0ED

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.74%

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

R = 35.78%
G = 28.74%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFC0ED (or 0xEFC0ED) is known color: Snuff. HEX triplet: EF, C0 and ED. RGB value is (239,192,237). Sum of RGB (Red+Green+Blue) = 239+192+237=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 192 (75.39% from 255 or 28.74% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0ED is #103F12. Grayscale: #D3D3D3. Windows color (decimal): -1064723 or 15581423. OLE color: 15581423.

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

Color convert

RGB 239 192 237 -
CMYK 0 0.20 0.01 0.06
HSL 302.55º 0.59% 0.85% -
HSV(B) 302.55º 0.2% 0.94% -
XYZ 69.73 62.16 88.44 -
YUV 211.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 239 192 237 0 0.20 0.01 0.06 302.55 0.59 0.85
Hex EF C0 ED 0 14 1 6 12F 3B 55
Octal 357 300 355 0 24 1 6 457 73 125
Binary 11101111 11000000 11101101 0 10100 1 110 100101111 111011 1010101

Color Harmonies of #EFC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0ED

Black with #EFC0ED

Text Example


Text Example

White with #EFC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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