Html Css Color HEX #EBBBC1 Chantilly

📋 copy color: '#EBBBC1'

red 235 ◦ green 187 ◦ blue 193

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

Shades of Chantilly #EBBBC1

Tints of Chantilly #EBBBC1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.41%

 BLUE value IS 193 (75.78% from 255) = 31.38%

R = 38.21%
G = 30.41%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBBBC1 (or 0xEBBBC1) is known color: Chantilly. HEX triplet: EB, BB and C1. RGB value is (235,187,193). Sum of RGB (Red+Green+Blue) = 235+187+193=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBBC1 is #14443E. Grayscale: #CACACA. Windows color (decimal): -1328191 or 12696555. OLE color: 12696555.

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

Color convert

RGB 235 187 193 -
CMYK 0 0.20 0.18 0.08
HSL 352.5º 0.55% 0.83% -
HSV(B) 352.5º 0.2% 0.92% -
XYZ 61.66 57.05 58.21 -
YUV 202.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 235 187 193 0 0.20 0.18 0.08 352.5 0.55 0.83
Hex EB BB C1 0 14 12 8 160 37 53
Octal 353 273 301 0 24 22 10 540 67 123
Binary 11101011 10111011 11000001 0 10100 10010 1000 101100000 110111 1010011

Color Harmonies of #EBBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBBC1

Black with #EBBBC1

Text Example


Text Example

White with #EBBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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