Html Css Color HEX #E7BDCC Chantilly

📋 copy color: '#E7BDCC'

red 231 ◦ green 189 ◦ blue 204

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

Shades of Chantilly #E7BDCC

Tints of Chantilly #E7BDCC

RGB

 RED value IS 231 (90.63% from 255) = 37.02%

 GREEN value IS 189 (74.22% from 255) = 30.29%

 BLUE value IS 204 (80.08% from 255) = 32.69%

R = 37.02%
G = 30.29%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E7BDCC (or 0xE7BDCC) is known color: Chantilly. HEX triplet: E7, BD and CC. RGB value is (231,189,204). Sum of RGB (Red+Green+Blue) = 231+189+204=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDCC is #184233. Grayscale: #CBCBCB. Windows color (decimal): -1589812 or 13417959. OLE color: 13417959.

HSL color Cylindrical-coordinate representation of color #E7BDCC: hue angle of 338.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BDCC is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 189 204 -
CMYK 0 0.18 0.12 0.09
HSL 338.57º 0.47% 0.82% -
HSV(B) 338.57º 0.18% 0.91% -
XYZ 62.05 57.74 65 -
YUV 203.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 231 189 204 0 0.18 0.12 0.09 338.57 0.47 0.82
Hex E7 BD CC 0 12 C 9 153 2F 52
Octal 347 275 314 0 22 14 11 523 57 122
Binary 11100111 10111101 11001100 0 10010 1100 1001 101010011 101111 1010010

Color Harmonies of #E7BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BDCC

Black with #E7BDCC

Text Example


Text Example

White with #E7BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BDCC; }

 p { color: rgb(231,189,204); }

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

background-color css

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

 a { background-color: rgb(231,189,204); }

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

border-color css

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

 span { border-color: rgb(231,189,204); }

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