Html Css Color HEX #E9CDE4 Snuff

📋 copy color: '#E9CDE4'

red 233 ◦ green 205 ◦ blue 228

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

Shades of Snuff #E9CDE4

Tints of Snuff #E9CDE4

RGB

 RED value IS 233 (91.41% from 255) = 34.98%

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

 BLUE value IS 228 (89.45% from 255) = 34.23%

R = 34.98%
G = 30.78%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E9CDE4 (or 0xE9CDE4) is known color: Snuff. HEX triplet: E9, CD and E4. RGB value is (233,205,228). Sum of RGB (Red+Green+Blue) = 233+205+228=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDE4 is #16321B. Grayscale: #D7D7D7. Windows color (decimal): -1454620 or 14994921. OLE color: 14994921.

HSL color Cylindrical-coordinate representation of color #E9CDE4: hue angle of 310.71º degrees, saturation: 0.39, 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 #E9CDE4 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 205 228 -
CMYK 0 0.12 0.02 0.09
HSL 310.71º 0.39% 0.86% -
HSV(B) 310.71º 0.12% 0.91% -
XYZ 69.44 66.59 82.59 -
YUV 215.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 233 205 228 0 0.12 0.02 0.09 310.71 0.39 0.86
Hex E9 CD E4 0 C 2 9 137 27 56
Octal 351 315 344 0 14 2 11 467 47 126
Binary 11101001 11001101 11100100 0 1100 10 1001 100110111 100111 1010110

Color Harmonies of #E9CDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDE4

Black with #E9CDE4

Text Example


Text Example

White with #E9CDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDE4; }

 p { color: rgb(233,205,228); }

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

background-color css

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

 a { background-color: rgb(233,205,228); }

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

border-color css

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

 span { border-color: rgb(233,205,228); }

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