Html Css Color HEX #EBB9CA Chantilly

📋 copy color: '#EBB9CA'

red 235 ◦ green 185 ◦ blue 202

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

Shades of Chantilly #EBB9CA

Tints of Chantilly #EBB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.74%

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

R = 37.78%
G = 29.74%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBB9CA (or 0xEBB9CA) is known color: Chantilly. HEX triplet: EB, B9 and CA. RGB value is (235,185,202). Sum of RGB (Red+Green+Blue) = 235+185+202=622 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.78% from 622); Green value is 185 (72.66% from 255 or 29.74% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9CA is #144635. Grayscale: #C9C9C9. Windows color (decimal): -1328694 or 13285867. OLE color: 13285867.

HSL color Cylindrical-coordinate representation of color #EBB9CA: hue angle of 339.6º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9CA is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 185 202 -
CMYK 0 0.21 0.14 0.08
HSL 339.6º 0.56% 0.82% -
HSV(B) 339.6º 0.21% 0.92% -
XYZ 62.27 56.62 63.52 -
YUV 201.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 235 185 202 0 0.21 0.14 0.08 339.6 0.56 0.82
Hex EB B9 CA 0 15 E 8 154 38 52
Octal 353 271 312 0 25 16 10 524 70 122
Binary 11101011 10111001 11001010 0 10101 1110 1000 101010100 111000 1010010

Color Harmonies of #EBB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB9CA

Black with #EBB9CA

Text Example


Text Example

White with #EBB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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