Html Css Color HEX #EFDCED Snuff

📋 copy color: '#EFDCED'

red 239 ◦ green 220 ◦ blue 237

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

Shades of Snuff #EFDCED

Tints of Snuff #EFDCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.05%

R = 34.34%
G = 31.61%
B = 34.05%

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

#EFDCED (or 0xEFDCED) is known color: Snuff. HEX triplet: EF, DC and ED. RGB value is (239,220,237). Sum of RGB (Red+Green+Blue) = 239+220+237=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCED is #102312. Grayscale: #E3E3E3. Windows color (decimal): -1057555 or 15588591. OLE color: 15588591.

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

Color convert

RGB 239 220 237 -
CMYK 0 0.08 0.01 0.06
HSL 306.32º 0.37% 0.9% -
HSV(B) 306.32º 0.08% 0.94% -
XYZ 76.48 75.65 90.69 -
YUV 227.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 239 220 237 0 0.08 0.01 0.06 306.32 0.37 0.9
Hex EF DC ED 0 8 1 6 132 25 5A
Octal 357 334 355 0 10 1 6 462 45 132
Binary 11101111 11011100 11101101 0 1000 1 110 100110010 100101 1011010

Color Harmonies of #EFDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCED

Black with #EFDCED

Text Example


Text Example

White with #EFDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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