Html Css Color HEX #EBAFC5 Chantilly

📋 copy color: '#EBAFC5'

red 235 ◦ green 175 ◦ blue 197

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

Shades of Chantilly #EBAFC5

Tints of Chantilly #EBAFC5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.83%

 BLUE value IS 197 (77.34% from 255) = 32.45%

R = 38.71%
G = 28.83%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EBAFC5 (or 0xEBAFC5) is known color: Chantilly. HEX triplet: EB, AF and C5. RGB value is (235,175,197). Sum of RGB (Red+Green+Blue) = 235+175+197=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 197 (77.34% from 255 or 32.45% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC5 is #14503A. Grayscale: #C3C3C3. Windows color (decimal): -1331259 or 12955627. OLE color: 12955627.

HSL color Cylindrical-coordinate representation of color #EBAFC5: hue angle of 338º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBAFC5 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 175 197 -
CMYK 0 0.26 0.16 0.08
HSL 338º 0.6% 0.8% -
HSV(B) 338º 0.26% 0.92% -
XYZ 59.67 52.35 59.78 -
YUV 195.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 235 175 197 0 0.26 0.16 0.08 338 0.6 0.8
Hex EB AF C5 0 1A 10 8 152 3C 50
Octal 353 257 305 0 32 20 10 522 74 120
Binary 11101011 10101111 11000101 0 11010 10000 1000 101010010 111100 1010000

Color Harmonies of #EBAFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFC5

Black with #EBAFC5

Text Example


Text Example

White with #EBAFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFC5; }

 p { color: rgb(235,175,197); }

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

background-color css

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

 a { background-color: rgb(235,175,197); }

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

border-color css

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

 span { border-color: rgb(235,175,197); }

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