Html Css Color HEX #EBBCD0 Chantilly

📋 copy color: '#EBBCD0'

red 235 ◦ green 188 ◦ blue 208

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

Shades of Chantilly #EBBCD0

Tints of Chantilly #EBBCD0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.79%

 BLUE value IS 208 (81.64% from 255) = 32.96%

R = 37.24%
G = 29.79%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBBCD0 (or 0xEBBCD0) is known color: Chantilly. HEX triplet: EB, BC and D0. RGB value is (235,188,208). Sum of RGB (Red+Green+Blue) = 235+188+208=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCD0 is #14432F. Grayscale: #CCCCCC. Windows color (decimal): -1327920 or 13679851. OLE color: 13679851.

HSL color Cylindrical-coordinate representation of color #EBBCD0: hue angle of 334.47º degrees, saturation: 0.54, 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 #EBBCD0 is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 188 208 -
CMYK 0 0.2 0.11 0.08
HSL 334.47º 0.54% 0.83% -
HSV(B) 334.47º 0.2% 0.92% -
XYZ 63.63 58.18 67.55 -
YUV 204.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 235 188 208 0 0.2 0.11 0.08 334.47 0.54 0.83
Hex EB BC D0 0 14 B 8 14E 36 53
Octal 353 274 320 0 24 13 10 516 66 123
Binary 11101011 10111100 11010000 0 10100 1011 1000 101001110 110110 1010011

Color Harmonies of #EBBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBCD0

Black with #EBBCD0

Text Example


Text Example

White with #EBBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBCD0; }

 p { color: rgb(235,188,208); }

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

background-color css

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

 a { background-color: rgb(235,188,208); }

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

border-color css

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

 span { border-color: rgb(235,188,208); }

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