Html Css Color HEX #C0B3DD Melrose

📋 copy color: '#C0B3DD'

red 192 ◦ green 179 ◦ blue 221

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

Shades of Melrose #C0B3DD

Tints of Melrose #C0B3DD

RGB

 RED value IS 192 (75.39% from 255) = 32.43%

 GREEN value IS 179 (70.31% from 255) = 30.24%

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

R = 32.43%
G = 30.24%
B = 37.33%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0B3DD (or 0xC0B3DD) is known color: Melrose. HEX triplet: C0, B3 and DD. RGB value is (192,179,221). Sum of RGB (Red+Green+Blue) = 192+179+221=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B3DD is #3F4C22. Grayscale: #BBBBBB. Windows color (decimal): -4148259 or 14529472. OLE color: 14529472.

HSL color Cylindrical-coordinate representation of color #C0B3DD: hue angle of 258.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0B3DD is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 179 221 -
CMYK 0.13 0.19 0 0.13
HSL 258.57º 0.38% 0.78% -
HSV(B) 258.57º 0.19% 0.87% -
XYZ 50.91 48.67 75.12 -
YUV 187.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 192 179 221 0.13 0.19 0 0.13 258.57 0.38 0.78
Hex C0 B3 DD D 13 0 D 103 26 4E
Octal 300 263 335 15 23 0 15 403 46 116
Binary 11000000 10110011 11011101 1101 10011 0 1101 100000011 100110 1001110

Color Harmonies of #C0B3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B3DD

Black with #C0B3DD

Text Example


Text Example

White with #C0B3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B3DD; }

 p { color: rgb(192,179,221); }

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

background-color css

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

 a { background-color: rgb(192,179,221); }

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

border-color css

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

 span { border-color: rgb(192,179,221); }

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