Html Css Color HEX #EBB0CA Chantilly

📋 copy color: '#EBB0CA'

red 235 ◦ green 176 ◦ blue 202

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

Shades of Chantilly #EBB0CA

Tints of Chantilly #EBB0CA

RGB

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

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

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

R = 38.34%
G = 28.71%
B = 32.95%

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

#EBB0CA (or 0xEBB0CA) is known color: Chantilly. HEX triplet: EB, B0 and CA. RGB value is (235,176,202). Sum of RGB (Red+Green+Blue) = 235+176+202=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0CA is #144F35. Grayscale: #C4C4C4. Windows color (decimal): -1330998 or 13283563. OLE color: 13283563.

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

Color convert

RGB 235 176 202 -
CMYK 0 0.25 0.14 0.08
HSL 333.56º 0.6% 0.81% -
HSV(B) 333.56º 0.25% 0.92% -
XYZ 60.45 52.98 62.92 -
YUV 196.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 235 176 202 0 0.25 0.14 0.08 333.56 0.6 0.81
Hex EB B0 CA 0 19 E 8 14E 3C 51
Octal 353 260 312 0 31 16 10 516 74 121
Binary 11101011 10110000 11001010 0 11001 1110 1000 101001110 111100 1010001

Color Harmonies of #EBB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB0CA

Black with #EBB0CA

Text Example


Text Example

White with #EBB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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