Html Css Color HEX #E6CDE8 Snuff

📋 copy color: '#E6CDE8'

red 230 ◦ green 205 ◦ blue 232

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

Shades of Snuff #E6CDE8

Tints of Snuff #E6CDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 34.78%

R = 34.48%
G = 30.73%
B = 34.78%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E6CDE8 (or 0xE6CDE8) is known color: Snuff. HEX triplet: E6, CD and E8. RGB value is (230,205,232). Sum of RGB (Red+Green+Blue) = 230+205+232=667 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.48% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 232 - color contains mainly: blue. Hex color #E6CDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDE8 is #193217. Grayscale: #D7D7D7. Windows color (decimal): -1651224 or 15257062. OLE color: 15257062.

HSL color Cylindrical-coordinate representation of color #E6CDE8: hue angle of 295.56º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CDE8 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 230 205 232 -
CMYK 0.01 0.12 0 0.09
HSL 295.56º 0.37% 0.86% -
HSV(B) 295.56º 0.12% 0.91% -
XYZ 69.03 66.31 85.51 -
YUV 215.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 230 205 232 0.01 0.12 0 0.09 295.56 0.37 0.86
Hex E6 CD E8 1 C 0 9 128 25 56
Octal 346 315 350 1 14 0 11 450 45 126
Binary 11100110 11001101 11101000 1 1100 0 1001 100101000 100101 1010110

Color Harmonies of #E6CDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CDE8

Black with #E6CDE8

Text Example


Text Example

White with #E6CDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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