Html Css Color HEX #E5CDEA Snuff

📋 copy color: '#E5CDEA'

red 229 ◦ green 205 ◦ blue 234

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

Shades of Snuff #E5CDEA

Tints of Snuff #E5CDEA

RGB

 RED value IS 229 (89.84% from 255) = 34.28%

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

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

R = 34.28%
G = 30.69%
B = 35.03%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5CDEA (or 0xE5CDEA) is known color: Snuff. HEX triplet: E5, CD and EA. RGB value is (229,205,234). Sum of RGB (Red+Green+Blue) = 229+205+234=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 234 (91.80% from 255 or 35.03% from 668); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CDEA is #1A3215. Grayscale: #D7D7D7. Windows color (decimal): -1716758 or 15388133. OLE color: 15388133.

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

Color convert

RGB 229 205 234 -
CMYK 0.02 0.12 0 0.08
HSL 289.66º 0.41% 0.86% -
HSV(B) 289.66º 0.12% 0.92% -
XYZ 69 66.26 87 -
YUV 215.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 229 205 234 0.02 0.12 0 0.08 289.66 0.41 0.86
Hex E5 CD EA 2 C 0 8 122 29 56
Octal 345 315 352 2 14 0 10 442 51 126
Binary 11100101 11001101 11101010 10 1100 0 1000 100100010 101001 1010110

Color Harmonies of #E5CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CDEA

Black with #E5CDEA

Text Example


Text Example

White with #E5CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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