Html Css Color HEX #E6DFE5 Snuff

📋 copy color: '#E6DFE5'

red 230 ◦ green 223 ◦ blue 229

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

Shades of Snuff #E6DFE5

Tints of Snuff #E6DFE5

RGB

 RED value IS 230 (90.23% from 255) = 33.72%

 GREEN value IS 223 (87.5% from 255) = 32.7%

 BLUE value IS 229 (89.84% from 255) = 33.58%

R = 33.72%
G = 32.7%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E6DFE5 (or 0xE6DFE5) is known color: Snuff. HEX triplet: E6, DF and E5. RGB value is (230,223,229). Sum of RGB (Red+Green+Blue) = 230+223+229=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFE5 is #19201A. Grayscale: #E1E1E1. Windows color (decimal): -1646619 or 15065062. OLE color: 15065062.

HSL color Cylindrical-coordinate representation of color #E6DFE5: hue angle of 308.57º degrees, saturation: 0.12, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DFE5 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 223 229 -
CMYK 0 0.03 0.00 0.10
HSL 308.57º 0.12% 0.89% -
HSV(B) 308.57º 0.03% 0.9% -
XYZ 73.16 75.26 84.8 -
YUV 225.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 230 223 229 0 0.03 0.00 0.10 308.57 0.12 0.89
Hex E6 DF E5 0 3 0 A 135 C 59
Octal 346 337 345 0 3 0 12 465 14 131
Binary 11100110 11011111 11100101 0 11 0 1010 100110101 1100 1011001

Color Harmonies of #E6DFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFE5

Black with #E6DFE5

Text Example


Text Example

White with #E6DFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DFE5; }

 p { color: rgb(230,223,229); }

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

background-color css

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

 a { background-color: rgb(230,223,229); }

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

border-color css

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

 span { border-color: rgb(230,223,229); }

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