Html Css Color HEX #E6CAE4 Snuff

📋 copy color: '#E6CAE4'

red 230 ◦ green 202 ◦ blue 228

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

Shades of Snuff #E6CAE4

Tints of Snuff #E6CAE4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.61%

 BLUE value IS 228 (89.45% from 255) = 34.55%

R = 34.85%
G = 30.61%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E6CAE4 (or 0xE6CAE4) is known color: Snuff. HEX triplet: E6, CA and E4. RGB value is (230,202,228). Sum of RGB (Red+Green+Blue) = 230+202+228=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAE4 is #19351B. Grayscale: #D5D5D5. Windows color (decimal): -1651996 or 14994150. OLE color: 14994150.

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

Color convert

RGB 230 202 228 -
CMYK 0 0.12 0.01 0.10
HSL 304.29º 0.36% 0.85% -
HSV(B) 304.29º 0.12% 0.9% -
XYZ 67.76 64.67 82.31 -
YUV 213.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 230 202 228 0 0.12 0.01 0.10 304.29 0.36 0.85
Hex E6 CA E4 0 C 1 A 130 24 55
Octal 346 312 344 0 14 1 12 460 44 125
Binary 11100110 11001010 11100100 0 1100 1 1010 100110000 100100 1010101

Color Harmonies of #E6CAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CAE4

Black with #E6CAE4

Text Example


Text Example

White with #E6CAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CAE4; }

 p { color: rgb(230,202,228); }

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

background-color css

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

 a { background-color: rgb(230,202,228); }

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

border-color css

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

 span { border-color: rgb(230,202,228); }

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