Html Css Color HEX #EFDEEC Snuff

📋 copy color: '#EFDEEC'

red 239 ◦ green 222 ◦ blue 236

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

Shades of Snuff #EFDEEC

Tints of Snuff #EFDEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.85%

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

R = 34.29%
G = 31.85%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFDEEC (or 0xEFDEEC) is known color: Snuff. HEX triplet: EF, DE and EC. RGB value is (239,222,236). Sum of RGB (Red+Green+Blue) = 239+222+236=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEEC is #102113. Grayscale: #E4E4E4. Windows color (decimal): -1057044 or 15523567. OLE color: 15523567.

HSL color Cylindrical-coordinate representation of color #EFDEEC: hue angle of 310.59º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFDEEC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 222 236 -
CMYK 0 0.07 0.01 0.06
HSL 310.59º 0.35% 0.9% -
HSV(B) 310.59º 0.07% 0.94% -
XYZ 76.86 76.65 90.1 -
YUV 228.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 239 222 236 0 0.07 0.01 0.06 310.59 0.35 0.9
Hex EF DE EC 0 7 1 6 137 23 5A
Octal 357 336 354 0 7 1 6 467 43 132
Binary 11101111 11011110 11101100 0 111 1 110 100110111 100011 1011010

Color Harmonies of #EFDEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDEEC

Black with #EFDEEC

Text Example


Text Example

White with #EFDEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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