Html Css Color HEX #EBB1CA Chantilly

📋 copy color: '#EBB1CA'

red 235 ◦ green 177 ◦ blue 202

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

Shades of Chantilly #EBB1CA

Tints of Chantilly #EBB1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.9%

R = 38.27%
G = 28.83%
B = 32.9%

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

#EBB1CA (or 0xEBB1CA) is known color: Chantilly. HEX triplet: EB, B1 and CA. RGB value is (235,177,202). Sum of RGB (Red+Green+Blue) = 235+177+202=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB1CA is #144E35. Grayscale: #C5C5C5. Windows color (decimal): -1330742 or 13283819. OLE color: 13283819.

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

Color convert

RGB 235 177 202 -
CMYK 0 0.25 0.14 0.08
HSL 334.14º 0.59% 0.81% -
HSV(B) 334.14º 0.25% 0.92% -
XYZ 60.64 53.37 62.98 -
YUV 197.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 235 177 202 0 0.25 0.14 0.08 334.14 0.59 0.81
Hex EB B1 CA 0 19 E 8 14E 3B 51
Octal 353 261 312 0 31 16 10 516 73 121
Binary 11101011 10110001 11001010 0 11001 1110 1000 101001110 111011 1010001

Color Harmonies of #EBB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB1CA

Black with #EBB1CA

Text Example


Text Example

White with #EBB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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