Html Css Color HEX #EDBACC Chantilly

📋 copy color: '#EDBACC'

red 237 ◦ green 186 ◦ blue 204

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

Shades of Chantilly #EDBACC

Tints of Chantilly #EDBACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.54%

R = 37.8%
G = 29.67%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDBACC (or 0xEDBACC) is known color: Chantilly. HEX triplet: ED, BA and CC. RGB value is (237,186,204). Sum of RGB (Red+Green+Blue) = 237+186+204=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBACC is #124533. Grayscale: #CBCBCB. Windows color (decimal): -1197364 or 13417197. OLE color: 13417197.

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

Color convert

RGB 237 186 204 -
CMYK 0 0.22 0.14 0.07
HSL 338.82º 0.59% 0.83% -
HSV(B) 338.82º 0.22% 0.93% -
XYZ 63.38 57.48 64.88 -
YUV 203.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 237 186 204 0 0.22 0.14 0.07 338.82 0.59 0.83
Hex ED BA CC 0 16 E 7 153 3B 53
Octal 355 272 314 0 26 16 7 523 73 123
Binary 11101101 10111010 11001100 0 10110 1110 111 101010011 111011 1010011

Color Harmonies of #EDBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBACC

Black with #EDBACC

Text Example


Text Example

White with #EDBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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