Html Css Color HEX #EFDCEA Snuff

📋 copy color: '#EFDCEA'

red 239 ◦ green 220 ◦ blue 234

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

Shades of Snuff #EFDCEA

Tints of Snuff #EFDCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.77%

R = 34.49%
G = 31.75%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFDCEA (or 0xEFDCEA) is known color: Snuff. HEX triplet: EF, DC and EA. RGB value is (239,220,234). Sum of RGB (Red+Green+Blue) = 239+220+234=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCEA is #102315. Grayscale: #E3E3E3. Windows color (decimal): -1057558 or 15391983. OLE color: 15391983.

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

Color convert

RGB 239 220 234 -
CMYK 0 0.08 0.02 0.06
HSL 315.79º 0.37% 0.9% -
HSV(B) 315.79º 0.08% 0.94% -
XYZ 76.04 75.48 88.4 -
YUV 227.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 239 220 234 0 0.08 0.02 0.06 315.79 0.37 0.9
Hex EF DC EA 0 8 2 6 13C 25 5A
Octal 357 334 352 0 10 2 6 474 45 132
Binary 11101111 11011100 11101010 0 1000 10 110 100111100 100101 1011010

Color Harmonies of #EFDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCEA

Black with #EFDCEA

Text Example


Text Example

White with #EFDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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