Html Css Color HEX #E7CFEA Snuff

📋 copy color: '#E7CFEA'

red 231 ◦ green 207 ◦ blue 234

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

Shades of Snuff #E7CFEA

Tints of Snuff #E7CFEA

RGB

 RED value IS 231 (90.63% from 255) = 34.38%

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

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

R = 34.38%
G = 30.8%
B = 34.82%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E7CFEA (or 0xE7CFEA) is known color: Snuff. HEX triplet: E7, CF and EA. RGB value is (231,207,234). Sum of RGB (Red+Green+Blue) = 231+207+234=672 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.38% from 672); Green value is 207 (81.25% from 255 or 30.80% 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 #E7CFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7CFEA is #183015. Grayscale: #D9D9D9. Windows color (decimal): -1585174 or 15388647. OLE color: 15388647.

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

Color convert

RGB 231 207 234 -
CMYK 0.01 0.12 0 0.08
HSL 293.33º 0.39% 0.86% -
HSV(B) 293.33º 0.12% 0.92% -
XYZ 70.12 67.56 87.19 -
YUV 217.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 231 207 234 0.01 0.12 0 0.08 293.33 0.39 0.86
Hex E7 CF EA 1 C 0 8 125 27 56
Octal 347 317 352 1 14 0 10 445 47 126
Binary 11100111 11001111 11101010 1 1100 0 1000 100100101 100111 1010110

Color Harmonies of #E7CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CFEA

Black with #E7CFEA

Text Example


Text Example

White with #E7CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CFEA; }

 p { color: rgb(231,207,234); }

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

background-color css

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

 a { background-color: rgb(231,207,234); }

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

border-color css

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

 span { border-color: rgb(231,207,234); }

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