Html Css Color HEX #E6CEE5 Snuff

📋 copy color: '#E6CEE5'

red 230 ◦ green 206 ◦ blue 229

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

Shades of Snuff #E6CEE5

Tints of Snuff #E6CEE5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.98%

 BLUE value IS 229 (89.84% from 255) = 34.44%

R = 34.59%
G = 30.98%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.10

RGB Variations

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

Color information

#E6CEE5 (or 0xE6CEE5) is known color: Snuff. HEX triplet: E6, CE and E5. RGB value is (230,206,229). Sum of RGB (Red+Green+Blue) = 230+206+229=665 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.59% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CEE5 is #19311A. Grayscale: #D7D7D7. Windows color (decimal): -1650971 or 15060710. OLE color: 15060710.

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

Color convert

RGB 230 206 229 -
CMYK 0 0.10 0.00 0.10
HSL 302.5º 0.32% 0.85% -
HSV(B) 302.5º 0.1% 0.9% -
XYZ 68.85 66.62 83.36 -
YUV 215.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 230 206 229 0 0.10 0.00 0.10 302.5 0.32 0.85
Hex E6 CE E5 0 A 0 A 12E 20 55
Octal 346 316 345 0 12 0 12 456 40 125
Binary 11100110 11001110 11100101 0 1010 0 1010 100101110 100000 1010101

Color Harmonies of #E6CEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CEE5

Black with #E6CEE5

Text Example


Text Example

White with #E6CEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CEE5; }

 p { color: rgb(230,206,229); }

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

background-color css

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

 a { background-color: rgb(230,206,229); }

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

border-color css

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

 span { border-color: rgb(230,206,229); }

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