Html Css Color HEX #EDBACA Chantilly

📋 copy color: '#EDBACA'

red 237 ◦ green 186 ◦ blue 202

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

Shades of Chantilly #EDBACA

Tints of Chantilly #EDBACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.32%

R = 37.92%
G = 29.76%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDBACA (or 0xEDBACA) is known color: Chantilly. HEX triplet: ED, BA and CA. RGB value is (237,186,202). Sum of RGB (Red+Green+Blue) = 237+186+202=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBACA is #124535. Grayscale: #CBCBCB. Windows color (decimal): -1197366 or 13286125. OLE color: 13286125.

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

Color convert

RGB 237 186 202 -
CMYK 0 0.22 0.15 0.07
HSL 341.18º 0.59% 0.83% -
HSV(B) 341.18º 0.22% 0.93% -
XYZ 63.14 57.39 63.63 -
YUV 203.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 237 186 202 0 0.22 0.15 0.07 341.18 0.59 0.83
Hex ED BA CA 0 16 F 7 155 3B 53
Octal 355 272 312 0 26 17 7 525 73 123
Binary 11101101 10111010 11001010 0 10110 1111 111 101010101 111011 1010011

Color Harmonies of #EDBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBACA

Black with #EDBACA

Text Example


Text Example

White with #EDBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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