Html Css Color HEX #E9CFED Snuff

📋 copy color: '#E9CFED'

red 233 ◦ green 207 ◦ blue 237

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

Shades of Snuff #E9CFED

Tints of Snuff #E9CFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.01%

R = 34.42%
G = 30.58%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E9CFED (or 0xE9CFED) is known color: Snuff. HEX triplet: E9, CF and ED. RGB value is (233,207,237). Sum of RGB (Red+Green+Blue) = 233+207+237=677 (89% of max value = 765). Red value is 233 (91.41% from 255 or 34.42% from 677); Green value is 207 (81.25% from 255 or 30.58% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9CFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CFED is #163012. Grayscale: #DADADA. Windows color (decimal): -1454099 or 15585257. OLE color: 15585257.

HSL color Cylindrical-coordinate representation of color #E9CFED: hue angle of 292º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CFED is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 207 237 -
CMYK 0.02 0.13 0 0.07
HSL 292º 0.45% 0.87% -
HSV(B) 292º 0.13% 0.93% -
XYZ 71.2 68.06 89.51 -
YUV 218.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 233 207 237 0.02 0.13 0 0.07 292 0.45 0.87
Hex E9 CF ED 2 D 0 7 124 2D 57
Octal 351 317 355 2 15 0 7 444 55 127
Binary 11101001 11001111 11101101 10 1101 0 111 100100100 101101 1010111

Color Harmonies of #E9CFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CFED

Black with #E9CFED

Text Example


Text Example

White with #E9CFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CFED; }

 p { color: rgb(233,207,237); }

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

background-color css

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

 a { background-color: rgb(233,207,237); }

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

border-color css

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

 span { border-color: rgb(233,207,237); }

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