Html Css Color HEX #EBC1D0 Chantilly

📋 copy color: '#EBC1D0'

red 235 ◦ green 193 ◦ blue 208

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

Shades of Chantilly #EBC1D0

Tints of Chantilly #EBC1D0

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.35%

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

R = 36.95%
G = 30.35%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBC1D0 (or 0xEBC1D0) is known color: Chantilly. HEX triplet: EB, C1 and D0. RGB value is (235,193,208). Sum of RGB (Red+Green+Blue) = 235+193+208=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1D0 is #143E2F. Grayscale: #CFCFCF. Windows color (decimal): -1326640 or 13681131. OLE color: 13681131.

HSL color Cylindrical-coordinate representation of color #EBC1D0: hue angle of 338.57º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC1D0 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 193 208 -
CMYK 0 0.18 0.11 0.08
HSL 338.57º 0.51% 0.84% -
HSV(B) 338.57º 0.18% 0.92% -
XYZ 64.72 60.36 67.91 -
YUV 207.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 235 193 208 0 0.18 0.11 0.08 338.57 0.51 0.84
Hex EB C1 D0 0 12 B 8 153 33 54
Octal 353 301 320 0 22 13 10 523 63 124
Binary 11101011 11000001 11010000 0 10010 1011 1000 101010011 110011 1010100

Color Harmonies of #EBC1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1D0

Black with #EBC1D0

Text Example


Text Example

White with #EBC1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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