Html Css Color HEX #ECBAD0 Chantilly

📋 copy color: '#ECBAD0'

red 236 ◦ green 186 ◦ blue 208

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

Shades of Chantilly #ECBAD0

Tints of Chantilly #ECBAD0

RGB

 RED value IS 236 (92.58% from 255) = 37.46%

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

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

R = 37.46%
G = 29.52%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ECBAD0 (or 0xECBAD0) is known color: Chantilly. HEX triplet: EC, BA and D0. RGB value is (236,186,208). Sum of RGB (Red+Green+Blue) = 236+186+208=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBAD0 is #13452F. Grayscale: #CBCBCB. Windows color (decimal): -1262896 or 13679340. OLE color: 13679340.

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

Color convert

RGB 236 186 208 -
CMYK 0 0.21 0.12 0.07
HSL 333.6º 0.57% 0.83% -
HSV(B) 333.6º 0.21% 0.93% -
XYZ 63.54 57.5 67.43 -
YUV 203.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 236 186 208 0 0.21 0.12 0.07 333.6 0.57 0.83
Hex EC BA D0 0 15 C 7 14E 39 53
Octal 354 272 320 0 25 14 7 516 71 123
Binary 11101100 10111010 11010000 0 10101 1100 111 101001110 111001 1010011

Color Harmonies of #ECBAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBAD0

Black with #ECBAD0

Text Example


Text Example

White with #ECBAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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