Html Css Color HEX #EFCFEE Snuff

📋 copy color: '#EFCFEE'

red 239 ◦ green 207 ◦ blue 238

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

Shades of Snuff #EFCFEE

Tints of Snuff #EFCFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.26%

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

R = 34.94%
G = 30.26%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFCFEE (or 0xEFCFEE) is known color: Snuff. HEX triplet: EF, CF and EE. RGB value is (239,207,238). Sum of RGB (Red+Green+Blue) = 239+207+238=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 207 (81.25% from 255 or 30.26% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFEE is #103011. Grayscale: #DCDCDC. Windows color (decimal): -1060882 or 15650799. OLE color: 15650799.

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

Color convert

RGB 239 207 238 -
CMYK 0 0.13 0.00 0.06
HSL 301.88º 0.5% 0.87% -
HSV(B) 301.88º 0.13% 0.94% -
XYZ 73.34 69.15 90.37 -
YUV 220.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 239 207 238 0 0.13 0.00 0.06 301.88 0.5 0.87
Hex EF CF EE 0 D 0 6 12E 32 57
Octal 357 317 356 0 15 0 6 456 62 127
Binary 11101111 11001111 11101110 0 1101 0 110 100101110 110010 1010111

Color Harmonies of #EFCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFEE

Black with #EFCFEE

Text Example


Text Example

White with #EFCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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