Html Css Color HEX #EFCFEC Snuff

📋 copy color: '#EFCFEC'

red 239 ◦ green 207 ◦ blue 236

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

Shades of Snuff #EFCFEC

Tints of Snuff #EFCFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.6%

R = 35.04%
G = 30.35%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFCFEC (or 0xEFCFEC) is known color: Snuff. HEX triplet: EF, CF and EC. RGB value is (239,207,236). Sum of RGB (Red+Green+Blue) = 239+207+236=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 207 (81.25% from 255 or 30.35% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFEC is #103013. Grayscale: #DBDBDB. Windows color (decimal): -1060884 or 15519727. OLE color: 15519727.

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

Color convert

RGB 239 207 236 -
CMYK 0 0.13 0.01 0.06
HSL 305.63º 0.5% 0.87% -
HSV(B) 305.63º 0.13% 0.94% -
XYZ 73.05 69.03 88.83 -
YUV 219.87 137.1 141.64 -
System Red Green Blue C M Y K H S L
Decimal 239 207 236 0 0.13 0.01 0.06 305.63 0.5 0.87
Hex EF CF EC 0 D 1 6 132 32 57
Octal 357 317 354 0 15 1 6 462 62 127
Binary 11101111 11001111 11101100 0 1101 1 110 100110010 110010 1010111

Color Harmonies of #EFCFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFEC

Black with #EFCFEC

Text Example


Text Example

White with #EFCFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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