Html Css Color HEX #EDBAC7 Chantilly

📋 copy color: '#EDBAC7'

red 237 ◦ green 186 ◦ blue 199

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

Shades of Chantilly #EDBAC7

Tints of Chantilly #EDBAC7

RGB

 RED value IS 237 (92.97% from 255) = 38.1%

 GREEN value IS 186 (73.05% from 255) = 29.9%

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

R = 38.1%
G = 29.9%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDBAC7 (or 0xEDBAC7) is known color: Chantilly. HEX triplet: ED, BA and C7. RGB value is (237,186,199). Sum of RGB (Red+Green+Blue) = 237+186+199=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC7 is #124538. Grayscale: #CACACA. Windows color (decimal): -1197369 or 13089517. OLE color: 13089517.

HSL color Cylindrical-coordinate representation of color #EDBAC7: hue angle of 344.71º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBAC7 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 199 -
CMYK 0 0.22 0.16 0.07
HSL 344.71º 0.59% 0.83% -
HSV(B) 344.71º 0.22% 0.93% -
XYZ 62.79 57.25 61.77 -
YUV 202.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 237 186 199 0 0.22 0.16 0.07 344.71 0.59 0.83
Hex ED BA C7 0 16 10 7 159 3B 53
Octal 355 272 307 0 26 20 7 531 73 123
Binary 11101101 10111010 11000111 0 10110 10000 111 101011001 111011 1010011

Color Harmonies of #EDBAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAC7

Black with #EDBAC7

Text Example


Text Example

White with #EDBAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAC7; }

 p { color: rgb(237,186,199); }

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

background-color css

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

 a { background-color: rgb(237,186,199); }

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

border-color css

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

 span { border-color: rgb(237,186,199); }

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