Html Css Color HEX #EDBAC8 Chantilly

📋 copy color: '#EDBAC8'

red 237 ◦ green 186 ◦ blue 200

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

Shades of Chantilly #EDBAC8

Tints of Chantilly #EDBAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.1%

R = 38.04%
G = 29.86%
B = 32.1%

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

#EDBAC8 (or 0xEDBAC8) is known color: Chantilly. HEX triplet: ED, BA and C8. RGB value is (237,186,200). Sum of RGB (Red+Green+Blue) = 237+186+200=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAC8 is #124537. Grayscale: #CACACA. Windows color (decimal): -1197368 or 13155053. OLE color: 13155053.

HSL color Cylindrical-coordinate representation of color #EDBAC8: hue angle of 343.53º 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 #EDBAC8 is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 200 -
CMYK 0 0.22 0.16 0.07
HSL 343.53º 0.59% 0.83% -
HSV(B) 343.53º 0.22% 0.93% -
XYZ 62.91 57.29 62.39 -
YUV 202.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 237 186 200 0 0.22 0.16 0.07 343.53 0.59 0.83
Hex ED BA C8 0 16 10 7 158 3B 53
Octal 355 272 310 0 26 20 7 530 73 123
Binary 11101101 10111010 11001000 0 10110 10000 111 101011000 111011 1010011

Color Harmonies of #EDBAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAC8

Black with #EDBAC8

Text Example


Text Example

White with #EDBAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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