Html Css Color HEX #C2BADD Melrose

📋 copy color: '#C2BADD'

red 194 ◦ green 186 ◦ blue 221

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

Shades of Melrose #C2BADD

Tints of Melrose #C2BADD

RGB

 RED value IS 194 (76.17% from 255) = 32.28%

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

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 32.28%
G = 30.95%
B = 36.77%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2BADD (or 0xC2BADD) is known color: Melrose. HEX triplet: C2, BA and DD. RGB value is (194,186,221). Sum of RGB (Red+Green+Blue) = 194+186+221=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BADD is #3D4522. Grayscale: #C0C0C0. Windows color (decimal): -4015395 or 14531266. OLE color: 14531266.

HSL color Cylindrical-coordinate representation of color #C2BADD: hue angle of 253.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2BADD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 186 221 -
CMYK 0.12 0.16 0 0.13
HSL 253.71º 0.34% 0.8% -
HSV(B) 253.71º 0.16% 0.87% -
XYZ 52.86 51.81 75.62 -
YUV 192.38 144.15 129.15 -
System Red Green Blue C M Y K H S L
Decimal 194 186 221 0.12 0.16 0 0.13 253.71 0.34 0.8
Hex C2 BA DD C 10 0 D FE 22 50
Octal 302 272 335 14 20 0 15 376 42 120
Binary 11000010 10111010 11011101 1100 10000 0 1101 11111110 100010 1010000

Color Harmonies of #C2BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BADD

Black with #C2BADD

Text Example


Text Example

White with #C2BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BADD; }

 p { color: rgb(194,186,221); }

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

background-color css

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

 a { background-color: rgb(194,186,221); }

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

border-color css

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

 span { border-color: rgb(194,186,221); }

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