Html Css Color HEX #EBB1C2 Chantilly

📋 copy color: '#EBB1C2'

red 235 ◦ green 177 ◦ blue 194

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

Shades of Chantilly #EBB1C2

Tints of Chantilly #EBB1C2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.21%

 BLUE value IS 194 (76.17% from 255) = 32.01%

R = 38.78%
G = 29.21%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBB1C2 (or 0xEBB1C2) is known color: Chantilly. HEX triplet: EB, B1 and C2. RGB value is (235,177,194). Sum of RGB (Red+Green+Blue) = 235+177+194=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1C2 is #144E3D. Grayscale: #C4C4C4. Windows color (decimal): -1330750 or 12759531. OLE color: 12759531.

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

Color convert

RGB 235 177 194 -
CMYK 0 0.25 0.17 0.08
HSL 342.41º 0.59% 0.81% -
HSV(B) 342.41º 0.25% 0.92% -
XYZ 59.72 53 58.12 -
YUV 196.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 235 177 194 0 0.25 0.17 0.08 342.41 0.59 0.81
Hex EB B1 C2 0 19 11 8 156 3B 51
Octal 353 261 302 0 31 21 10 526 73 121
Binary 11101011 10110001 11000010 0 11001 10001 1000 101010110 111011 1010001

Color Harmonies of #EBB1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1C2

Black with #EBB1C2

Text Example


Text Example

White with #EBB1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1C2; }

 p { color: rgb(235,177,194); }

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

background-color css

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

 a { background-color: rgb(235,177,194); }

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

border-color css

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

 span { border-color: rgb(235,177,194); }

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