Html Css Color HEX #EBADC9 Chantilly

📋 copy color: '#EBADC9'

red 235 ◦ green 173 ◦ blue 201

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

Shades of Chantilly #EBADC9

Tints of Chantilly #EBADC9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.41%

 BLUE value IS 201 (78.91% from 255) = 33%

R = 38.59%
G = 28.41%
B = 33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBADC9 (or 0xEBADC9) is known color: Chantilly. HEX triplet: EB, AD and C9. RGB value is (235,173,201). Sum of RGB (Red+Green+Blue) = 235+173+201=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADC9 is #145236. Grayscale: #C2C2C2. Windows color (decimal): -1331767 or 13217259. OLE color: 13217259.

HSL color Cylindrical-coordinate representation of color #EBADC9: hue angle of 332.9º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADC9 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 173 201 -
CMYK 0 0.26 0.14 0.08
HSL 332.9º 0.61% 0.8% -
HSV(B) 332.9º 0.26% 0.92% -
XYZ 59.75 51.77 62.1 -
YUV 194.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 235 173 201 0 0.26 0.14 0.08 332.9 0.61 0.8
Hex EB AD C9 0 1A E 8 14D 3D 50
Octal 353 255 311 0 32 16 10 515 75 120
Binary 11101011 10101101 11001001 0 11010 1110 1000 101001101 111101 1010000

Color Harmonies of #EBADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBADC9

Black with #EBADC9

Text Example


Text Example

White with #EBADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBADC9; }

 p { color: rgb(235,173,201); }

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

background-color css

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

 a { background-color: rgb(235,173,201); }

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

border-color css

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

 span { border-color: rgb(235,173,201); }

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