Html Css Color HEX #EDBAD0 Chantilly

📋 copy color: '#EDBAD0'

red 237 ◦ green 186 ◦ blue 208

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

Shades of Chantilly #EDBAD0

Tints of Chantilly #EDBAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.96%

R = 37.56%
G = 29.48%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDBAD0 (or 0xEDBAD0) is known color: Chantilly. HEX triplet: ED, BA and D0. RGB value is (237,186,208). Sum of RGB (Red+Green+Blue) = 237+186+208=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBAD0 is #12452F. Grayscale: #CBCBCB. Windows color (decimal): -1197360 or 13679341. OLE color: 13679341.

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

Color convert

RGB 237 186 208 -
CMYK 0 0.22 0.12 0.07
HSL 334.12º 0.59% 0.83% -
HSV(B) 334.12º 0.22% 0.93% -
XYZ 63.87 57.68 67.44 -
YUV 203.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 237 186 208 0 0.22 0.12 0.07 334.12 0.59 0.83
Hex ED BA D0 0 16 C 7 14E 3B 53
Octal 355 272 320 0 26 14 7 516 73 123
Binary 11101101 10111010 11010000 0 10110 1100 111 101001110 111011 1010011

Color Harmonies of #EDBAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBAD0

Black with #EDBAD0

Text Example


Text Example

White with #EDBAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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