Html Css Color HEX #EFDCEC Snuff

📋 copy color: '#EFDCEC'

red 239 ◦ green 220 ◦ blue 236

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

Shades of Snuff #EFDCEC

Tints of Snuff #EFDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.65%

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

R = 34.39%
G = 31.65%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFDCEC (or 0xEFDCEC) is known color: Snuff. HEX triplet: EF, DC and EC. RGB value is (239,220,236). Sum of RGB (Red+Green+Blue) = 239+220+236=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 220 (86.33% from 255 or 31.65% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCEC is #102313. Grayscale: #E3E3E3. Windows color (decimal): -1057556 or 15523055. OLE color: 15523055.

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

Color convert

RGB 239 220 236 -
CMYK 0 0.08 0.01 0.06
HSL 309.47º 0.37% 0.9% -
HSV(B) 309.47º 0.08% 0.94% -
XYZ 76.33 75.59 89.92 -
YUV 227.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 239 220 236 0 0.08 0.01 0.06 309.47 0.37 0.9
Hex EF DC EC 0 8 1 6 135 25 5A
Octal 357 334 354 0 10 1 6 465 45 132
Binary 11101111 11011100 11101100 0 1000 1 110 100110101 100101 1011010

Color Harmonies of #EFDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCEC

Black with #EFDCEC

Text Example


Text Example

White with #EFDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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