Html Css Color HEX #EBBDCC Chantilly

📋 copy color: '#EBBDCC'

red 235 ◦ green 189 ◦ blue 204

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

Shades of Chantilly #EBBDCC

Tints of Chantilly #EBBDCC

RGB

 RED value IS 235 (92.19% from 255) = 37.42%

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

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

R = 37.42%
G = 30.1%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EBBDCC (or 0xEBBDCC) is known color: Chantilly. HEX triplet: EB, BD and CC. RGB value is (235,189,204). Sum of RGB (Red+Green+Blue) = 235+189+204=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDCC is #144233. Grayscale: #CCCCCC. Windows color (decimal): -1327668 or 13417963. OLE color: 13417963.

HSL color Cylindrical-coordinate representation of color #EBBDCC: hue angle of 340.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDCC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 204 -
CMYK 0 0.20 0.13 0.08
HSL 340.43º 0.53% 0.83% -
HSV(B) 340.43º 0.2% 0.92% -
XYZ 63.36 58.42 65.06 -
YUV 204.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 235 189 204 0 0.20 0.13 0.08 340.43 0.53 0.83
Hex EB BD CC 0 14 D 8 154 35 53
Octal 353 275 314 0 24 15 10 524 65 123
Binary 11101011 10111101 11001100 0 10100 1101 1000 101010100 110101 1010011

Color Harmonies of #EBBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDCC

Black with #EBBDCC

Text Example


Text Example

White with #EBBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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