Html Css Color HEX #E6C0CE Chantilly

📋 copy color: '#E6C0CE'

red 230 ◦ green 192 ◦ blue 206

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

Shades of Chantilly #E6C0CE

Tints of Chantilly #E6C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.57%

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 36.62%
G = 30.57%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E6C0CE (or 0xE6C0CE) is known color: Chantilly. HEX triplet: E6, C0 and CE. RGB value is (230,192,206). Sum of RGB (Red+Green+Blue) = 230+192+206=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C0CE is #193F31. Grayscale: #CCCCCC. Windows color (decimal): -1654578 or 13549798. OLE color: 13549798.

HSL color Cylindrical-coordinate representation of color #E6C0CE: hue angle of 337.89º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6C0CE is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 206 -
CMYK 0 0.17 0.10 0.10
HSL 337.89º 0.43% 0.83% -
HSV(B) 337.89º 0.17% 0.9% -
XYZ 62.62 58.98 66.48 -
YUV 204.96 128.59 145.86 -
System Red Green Blue C M Y K H S L
Decimal 230 192 206 0 0.17 0.10 0.10 337.89 0.43 0.83
Hex E6 C0 CE 0 11 A A 152 2B 53
Octal 346 300 316 0 21 12 12 522 53 123
Binary 11100110 11000000 11001110 0 10001 1010 1010 101010010 101011 1010011

Color Harmonies of #E6C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C0CE

Black with #E6C0CE

Text Example


Text Example

White with #E6C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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