Html Css Color HEX #EBB2C1 Chantilly

📋 copy color: '#EBB2C1'

red 235 ◦ green 178 ◦ blue 193

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

Shades of Chantilly #EBB2C1

Tints of Chantilly #EBB2C1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.37%

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

R = 38.78%
G = 29.37%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#EBB2C1 (or 0xEBB2C1) is known color: Chantilly. HEX triplet: EB, B2 and C1. RGB value is (235,178,193). Sum of RGB (Red+Green+Blue) = 235+178+193=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB2C1 is #144D3E. Grayscale: #C4C4C4. Windows color (decimal): -1330495 or 12694251. OLE color: 12694251.

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

Color convert

RGB 235 178 193 -
CMYK 0 0.24 0.18 0.08
HSL 344.21º 0.59% 0.81% -
HSV(B) 344.21º 0.24% 0.92% -
XYZ 59.81 53.35 57.6 -
YUV 196.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 235 178 193 0 0.24 0.18 0.08 344.21 0.59 0.81
Hex EB B2 C1 0 18 12 8 158 3B 51
Octal 353 262 301 0 30 22 10 530 73 121
Binary 11101011 10110010 11000001 0 11000 10010 1000 101011000 111011 1010001

Color Harmonies of #EBB2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB2C1

Black with #EBB2C1

Text Example


Text Example

White with #EBB2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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