Html Css Color HEX #EBBDC8 Chantilly

📋 copy color: '#EBBDC8'

red 235 ◦ green 189 ◦ blue 200

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

Shades of Chantilly #EBBDC8

Tints of Chantilly #EBBDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.05%

R = 37.66%
G = 30.29%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBBDC8 (or 0xEBBDC8) is known color: Chantilly. HEX triplet: EB, BD and C8. RGB value is (235,189,200). Sum of RGB (Red+Green+Blue) = 235+189+200=624 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.66% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC8 is #144237. Grayscale: #CCCCCC. Windows color (decimal): -1327672 or 13155819. OLE color: 13155819.

HSL color Cylindrical-coordinate representation of color #EBBDC8: hue angle of 345.65º 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 #EBBDC8 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 189 200 -
CMYK 0 0.20 0.15 0.08
HSL 345.65º 0.53% 0.83% -
HSV(B) 345.65º 0.2% 0.92% -
XYZ 62.88 58.23 62.57 -
YUV 204.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 235 189 200 0 0.20 0.15 0.08 345.65 0.53 0.83
Hex EB BD C8 0 14 F 8 15A 35 53
Octal 353 275 310 0 24 17 10 532 65 123
Binary 11101011 10111101 11001000 0 10100 1111 1000 101011010 110101 1010011

Color Harmonies of #EBBDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBDC8

Black with #EBBDC8

Text Example


Text Example

White with #EBBDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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