Html Css Color HEX #E6CCE2 Snuff

📋 copy color: '#E6CCE2'

red 230 ◦ green 204 ◦ blue 226

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

Shades of Snuff #E6CCE2

Tints of Snuff #E6CCE2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.91%

 BLUE value IS 226 (88.67% from 255) = 34.24%

R = 34.85%
G = 30.91%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.10

RGB Variations

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

Color information

#E6CCE2 (or 0xE6CCE2) is known color: Snuff. HEX triplet: E6, CC and E2. RGB value is (230,204,226). Sum of RGB (Red+Green+Blue) = 230+204+226=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 226 (88.67% from 255 or 34.24% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCE2 is #19331D. Grayscale: #D6D6D6. Windows color (decimal): -1651486 or 14863590. OLE color: 14863590.

HSL color Cylindrical-coordinate representation of color #E6CCE2: hue angle of 309.23º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCE2 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 204 226 -
CMYK 0 0.11 0.02 0.10
HSL 309.23º 0.34% 0.85% -
HSV(B) 309.23º 0.11% 0.9% -
XYZ 67.95 65.5 81.01 -
YUV 214.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 230 204 226 0 0.11 0.02 0.10 309.23 0.34 0.85
Hex E6 CC E2 0 B 2 A 135 22 55
Octal 346 314 342 0 13 2 12 465 42 125
Binary 11100110 11001100 11100010 0 1011 10 1010 100110101 100010 1010101

Color Harmonies of #E6CCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CCE2

Black with #E6CCE2

Text Example


Text Example

White with #E6CCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CCE2; }

 p { color: rgb(230,204,226); }

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

background-color css

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

 a { background-color: rgb(230,204,226); }

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

border-color css

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

 span { border-color: rgb(230,204,226); }

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