Html Css Color HEX #E6CFEB Snuff

📋 copy color: '#E6CFEB'

red 230 ◦ green 207 ◦ blue 235

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

Shades of Snuff #E6CFEB

Tints of Snuff #E6CFEB

RGB

 RED value IS 230 (90.23% from 255) = 34.23%

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

 BLUE value IS 235 (92.19% from 255) = 34.97%

R = 34.23%
G = 30.8%
B = 34.97%

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

#E6CFEB (or 0xE6CFEB) is known color: Snuff. HEX triplet: E6, CF and EB. RGB value is (230,207,235). Sum of RGB (Red+Green+Blue) = 230+207+235=672 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.23% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFEB is #193014. Grayscale: #D8D8D8. Windows color (decimal): -1650709 or 15454182. OLE color: 15454182.

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

Color convert

RGB 230 207 235 -
CMYK 0.02 0.12 0 0.08
HSL 289.29º 0.41% 0.87% -
HSV(B) 289.29º 0.12% 0.92% -
XYZ 69.94 67.45 87.93 -
YUV 217.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 230 207 235 0.02 0.12 0 0.08 289.29 0.41 0.87
Hex E6 CF EB 2 C 0 8 121 29 57
Octal 346 317 353 2 14 0 10 441 51 127
Binary 11100110 11001111 11101011 10 1100 0 1000 100100001 101001 1010111

Color Harmonies of #E6CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CFEB

Black with #E6CFEB

Text Example


Text Example

White with #E6CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CFEB; }

 p { color: rgb(230,207,235); }

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

background-color css

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

 a { background-color: rgb(230,207,235); }

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

border-color css

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

 span { border-color: rgb(230,207,235); }

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