Html Css Color HEX #EBAFC7 Chantilly

📋 copy color: '#EBAFC7'

red 235 ◦ green 175 ◦ blue 199

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

Shades of Chantilly #EBAFC7

Tints of Chantilly #EBAFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.68%

R = 38.59%
G = 28.74%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EBAFC7 (or 0xEBAFC7) is known color: Chantilly. HEX triplet: EB, AF and C7. RGB value is (235,175,199). Sum of RGB (Red+Green+Blue) = 235+175+199=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 199 (78.12% from 255 or 32.68% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC7 is #145038. Grayscale: #C3C3C3. Windows color (decimal): -1331257 or 13086699. OLE color: 13086699.

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

Color convert

RGB 235 175 199 -
CMYK 0 0.26 0.15 0.08
HSL 336º 0.6% 0.8% -
HSV(B) 336º 0.26% 0.92% -
XYZ 59.9 52.45 61 -
YUV 195.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 235 175 199 0 0.26 0.15 0.08 336 0.6 0.8
Hex EB AF C7 0 1A F 8 150 3C 50
Octal 353 257 307 0 32 17 10 520 74 120
Binary 11101011 10101111 11000111 0 11010 1111 1000 101010000 111100 1010000

Color Harmonies of #EBAFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFC7

Black with #EBAFC7

Text Example


Text Example

White with #EBAFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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