Html Css Color HEX #EBB0C8 Chantilly

📋 copy color: '#EBB0C8'

red 235 ◦ green 176 ◦ blue 200

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

Shades of Chantilly #EBB0C8

Tints of Chantilly #EBB0C8

RGB

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

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

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

R = 38.46%
G = 28.81%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBB0C8 (or 0xEBB0C8) is known color: Chantilly. HEX triplet: EB, B0 and C8. RGB value is (235,176,200). Sum of RGB (Red+Green+Blue) = 235+176+200=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0C8 is #144F37. Grayscale: #C4C4C4. Windows color (decimal): -1331000 or 13152491. OLE color: 13152491.

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

Color convert

RGB 235 176 200 -
CMYK 0 0.25 0.15 0.08
HSL 335.59º 0.6% 0.81% -
HSV(B) 335.59º 0.25% 0.92% -
XYZ 60.21 52.88 61.68 -
YUV 196.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 235 176 200 0 0.25 0.15 0.08 335.59 0.6 0.81
Hex EB B0 C8 0 19 F 8 150 3C 51
Octal 353 260 310 0 31 17 10 520 74 121
Binary 11101011 10110000 11001000 0 11001 1111 1000 101010000 111100 1010001

Color Harmonies of #EBB0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0C8

Black with #EBB0C8

Text Example


Text Example

White with #EBB0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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