Html Css Color HEX #E9CDEA Snuff

📋 copy color: '#E9CDEA'

red 233 ◦ green 205 ◦ blue 234

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

Shades of Snuff #E9CDEA

Tints of Snuff #E9CDEA

RGB

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

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

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

R = 34.67%
G = 30.51%
B = 34.82%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9CDEA (or 0xE9CDEA) is known color: Snuff. HEX triplet: E9, CD and EA. RGB value is (233,205,234). Sum of RGB (Red+Green+Blue) = 233+205+234=672 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.67% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9CDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CDEA is #163215. Grayscale: #D8D8D8. Windows color (decimal): -1454614 or 15388137. OLE color: 15388137.

HSL color Cylindrical-coordinate representation of color #E9CDEA: hue angle of 297.93º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9CDEA is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 205 234 -
CMYK 0.00 0.12 0 0.08
HSL 297.93º 0.41% 0.86% -
HSV(B) 297.93º 0.12% 0.92% -
XYZ 70.29 66.93 87.06 -
YUV 216.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 233 205 234 0.00 0.12 0 0.08 297.93 0.41 0.86
Hex E9 CD EA 0 C 0 8 12A 29 56
Octal 351 315 352 0 14 0 10 452 51 126
Binary 11101001 11001101 11101010 0 1100 0 1000 100101010 101001 1010110

Color Harmonies of #E9CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CDEA

Black with #E9CDEA

Text Example


Text Example

White with #E9CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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