Html Css Color HEX #EFC7EE Snuff

📋 copy color: '#EFC7EE'

red 239 ◦ green 199 ◦ blue 238

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

Shades of Snuff #EFC7EE

Tints of Snuff #EFC7EE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.44%

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

R = 35.36%
G = 29.44%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFC7EE (or 0xEFC7EE) is known color: Snuff. HEX triplet: EF, C7 and EE. RGB value is (239,199,238). Sum of RGB (Red+Green+Blue) = 239+199+238=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 199 (78.12% from 255 or 29.44% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7EE is #103811. Grayscale: #D7D7D7. Windows color (decimal): -1062930 or 15648751. OLE color: 15648751.

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

Color convert

RGB 239 199 238 -
CMYK 0 0.17 0.00 0.06
HSL 301.5º 0.56% 0.86% -
HSV(B) 301.5º 0.17% 0.94% -
XYZ 71.45 65.37 89.74 -
YUV 215.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 239 199 238 0 0.17 0.00 0.06 301.5 0.56 0.86
Hex EF C7 EE 0 11 0 6 12E 38 56
Octal 357 307 356 0 21 0 6 456 70 126
Binary 11101111 11000111 11101110 0 10001 0 110 100101110 111000 1010110

Color Harmonies of #EFC7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7EE

Black with #EFC7EE

Text Example


Text Example

White with #EFC7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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