Html Css Color HEX #E6BBCA Chantilly

📋 copy color: '#E6BBCA'

red 230 ◦ green 187 ◦ blue 202

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

Shades of Chantilly #E6BBCA

Tints of Chantilly #E6BBCA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.21%

 BLUE value IS 202 (79.3% from 255) = 32.63%

R = 37.16%
G = 30.21%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6BBCA (or 0xE6BBCA) is known color: Chantilly. HEX triplet: E6, BB and CA. RGB value is (230,187,202). Sum of RGB (Red+Green+Blue) = 230+187+202=619 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.16% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BBCA is #194435. Grayscale: #C9C9C9. Windows color (decimal): -1655862 or 13286374. OLE color: 13286374.

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

Color convert

RGB 230 187 202 -
CMYK 0 0.19 0.12 0.10
HSL 339.07º 0.46% 0.82% -
HSV(B) 339.07º 0.19% 0.9% -
XYZ 61.06 56.63 63.59 -
YUV 201.57 128.25 148.28 -
System Red Green Blue C M Y K H S L
Decimal 230 187 202 0 0.19 0.12 0.10 339.07 0.46 0.82
Hex E6 BB CA 0 13 C A 153 2E 52
Octal 346 273 312 0 23 14 12 523 56 122
Binary 11100110 10111011 11001010 0 10011 1100 1010 101010011 101110 1010010

Color Harmonies of #E6BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BBCA

Black with #E6BBCA

Text Example


Text Example

White with #E6BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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