Html Css Color HEX #E5CFE8 Snuff

📋 copy color: '#E5CFE8'

red 229 ◦ green 207 ◦ blue 232

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

Shades of Snuff #E5CFE8

Tints of Snuff #E5CFE8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.99%

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

R = 34.28%
G = 30.99%
B = 34.73%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E5CFE8 (or 0xE5CFE8) is known color: Snuff. HEX triplet: E5, CF and E8. RGB value is (229,207,232). Sum of RGB (Red+Green+Blue) = 229+207+232=668 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.28% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5CFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CFE8 is #1A3017. Grayscale: #D8D8D8. Windows color (decimal): -1716248 or 15257573. OLE color: 15257573.

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

Color convert

RGB 229 207 232 -
CMYK 0.01 0.11 0 0.09
HSL 292.8º 0.35% 0.86% -
HSV(B) 292.8º 0.11% 0.91% -
XYZ 69.19 67.11 85.65 -
YUV 216.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 229 207 232 0.01 0.11 0 0.09 292.8 0.35 0.86
Hex E5 CF E8 1 B 0 9 125 23 56
Octal 345 317 350 1 13 0 11 445 43 126
Binary 11100101 11001111 11101000 1 1011 0 1001 100100101 100011 1010110

Color Harmonies of #E5CFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CFE8

Black with #E5CFE8

Text Example


Text Example

White with #E5CFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CFE8; }

 p { color: rgb(229,207,232); }

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

background-color css

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

 a { background-color: rgb(229,207,232); }

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

border-color css

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

 span { border-color: rgb(229,207,232); }

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