Html Css Color HEX #EBAFC2 Chantilly

📋 copy color: '#EBAFC2'

red 235 ◦ green 175 ◦ blue 194

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

Shades of Chantilly #EBAFC2

Tints of Chantilly #EBAFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.12%

R = 38.91%
G = 28.97%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBAFC2 (or 0xEBAFC2) is known color: Chantilly. HEX triplet: EB, AF and C2. RGB value is (235,175,194). Sum of RGB (Red+Green+Blue) = 235+175+194=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAFC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAFC2 is #14503D. Grayscale: #C3C3C3. Windows color (decimal): -1331262 or 12759019. OLE color: 12759019.

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

Color convert

RGB 235 175 194 -
CMYK 0 0.26 0.17 0.08
HSL 341º 0.6% 0.8% -
HSV(B) 341º 0.26% 0.92% -
XYZ 59.33 52.22 57.99 -
YUV 195.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 235 175 194 0 0.26 0.17 0.08 341 0.6 0.8
Hex EB AF C2 0 1A 11 8 155 3C 50
Octal 353 257 302 0 32 21 10 525 74 120
Binary 11101011 10101111 11000010 0 11010 10001 1000 101010101 111100 1010000

Color Harmonies of #EBAFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAFC2

Black with #EBAFC2

Text Example


Text Example

White with #EBAFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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