Html Css Color HEX #EFCFEF Snuff

📋 copy color: '#EFCFEF'

red 239 ◦ green 207 ◦ blue 239

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

Shades of Snuff #EFCFEF

Tints of Snuff #EFCFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.89%

R = 34.89%
G = 30.22%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFCFEF (or 0xEFCFEF) is known color: Snuff. HEX triplet: EF, CF and EF. RGB value is (239,207,239). Sum of RGB (Red+Green+Blue) = 239+207+239=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 207 (81.25% from 255 or 30.22% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFCFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFEF is #103010. Grayscale: #DCDCDC. Windows color (decimal): -1060881 or 15716335. OLE color: 15716335.

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

Color convert

RGB 239 207 239 -
CMYK 0 0.13 0 0.06
HSL 300º 0.5% 0.87% -
HSV(B) 300º 0.13% 0.94% -
XYZ 73.49 69.21 91.15 -
YUV 220.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 239 207 239 0 0.13 0 0.06 300 0.5 0.87
Hex EF CF EF 0 D 0 6 12C 32 57
Octal 357 317 357 0 15 0 6 454 62 127
Binary 11101111 11001111 11101111 0 1101 0 110 100101100 110010 1010111

Color Harmonies of #EFCFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFEF

Black with #EFCFEF

Text Example


Text Example

White with #EFCFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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