Html Css Color HEX #E6CDE5 Snuff

📋 copy color: '#E6CDE5'

red 230 ◦ green 205 ◦ blue 229

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

Shades of Snuff #E6CDE5

Tints of Snuff #E6CDE5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.87%

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

R = 34.64%
G = 30.87%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E6CDE5 (or 0xE6CDE5) is known color: Snuff. HEX triplet: E6, CD and E5. RGB value is (230,205,229). Sum of RGB (Red+Green+Blue) = 230+205+229=664 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.64% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDE5 is #19321A. Grayscale: #D7D7D7. Windows color (decimal): -1651227 or 15060454. OLE color: 15060454.

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

Color convert

RGB 230 205 229 -
CMYK 0 0.11 0.00 0.10
HSL 302.4º 0.33% 0.85% -
HSV(B) 302.4º 0.11% 0.9% -
XYZ 68.61 66.14 83.28 -
YUV 215.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 230 205 229 0 0.11 0.00 0.10 302.4 0.33 0.85
Hex E6 CD E5 0 B 0 A 12E 21 55
Octal 346 315 345 0 13 0 12 456 41 125
Binary 11100110 11001101 11100101 0 1011 0 1010 100101110 100001 1010101

Color Harmonies of #E6CDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDE5

Black with #E6CDE5

Text Example


Text Example

White with #E6CDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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