Html Css Color HEX #EBC1CF Chantilly

📋 copy color: '#EBC1CF'

red 235 ◦ green 193 ◦ blue 207

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

Shades of Chantilly #EBC1CF

Tints of Chantilly #EBC1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.6%

R = 37.01%
G = 30.39%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBC1CF (or 0xEBC1CF) is known color: Chantilly. HEX triplet: EB, C1 and CF. RGB value is (235,193,207). Sum of RGB (Red+Green+Blue) = 235+193+207=635 (84% of max value = 765). Red value is 235 (92.19% from 255 or 37.01% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1CF is #143E30. Grayscale: #CFCFCF. Windows color (decimal): -1326641 or 13615595. OLE color: 13615595.

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

Color convert

RGB 235 193 207 -
CMYK 0 0.18 0.12 0.08
HSL 340º 0.51% 0.84% -
HSV(B) 340º 0.18% 0.92% -
XYZ 64.59 60.31 67.27 -
YUV 207.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 235 193 207 0 0.18 0.12 0.08 340 0.51 0.84
Hex EB C1 CF 0 12 C 8 154 33 54
Octal 353 301 317 0 22 14 10 524 63 124
Binary 11101011 11000001 11001111 0 10010 1100 1000 101010100 110011 1010100

Color Harmonies of #EBC1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC1CF

Black with #EBC1CF

Text Example


Text Example

White with #EBC1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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