Html Css Color HEX #EBB0C9 Chantilly

📋 copy color: '#EBB0C9'

red 235 ◦ green 176 ◦ blue 201

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

Shades of Chantilly #EBB0C9

Tints of Chantilly #EBB0C9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.76%

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

R = 38.4%
G = 28.76%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBB0C9 (or 0xEBB0C9) is known color: Chantilly. HEX triplet: EB, B0 and C9. RGB value is (235,176,201). Sum of RGB (Red+Green+Blue) = 235+176+201=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0C9 is #144F36. Grayscale: #C4C4C4. Windows color (decimal): -1330999 or 13218027. OLE color: 13218027.

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

Color convert

RGB 235 176 201 -
CMYK 0 0.25 0.14 0.08
HSL 334.58º 0.6% 0.81% -
HSV(B) 334.58º 0.25% 0.92% -
XYZ 60.33 52.93 62.3 -
YUV 196.49 130.55 155.47 -
System Red Green Blue C M Y K H S L
Decimal 235 176 201 0 0.25 0.14 0.08 334.58 0.6 0.81
Hex EB B0 C9 0 19 E 8 14F 3C 51
Octal 353 260 311 0 31 16 10 517 74 121
Binary 11101011 10110000 11001001 0 11001 1110 1000 101001111 111100 1010001

Color Harmonies of #EBB0C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0C9

Black with #EBB0C9

Text Example


Text Example

White with #EBB0C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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