Html Css Color HEX #C0ADF1 Melrose

📋 copy color: '#C0ADF1'

red 192 ◦ green 173 ◦ blue 241

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

Shades of Melrose #C0ADF1

Tints of Melrose #C0ADF1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.55%

 BLUE value IS 241 (94.53% from 255) = 39.77%

R = 31.68%
G = 28.55%
B = 39.77%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0ADF1 (or 0xC0ADF1) is known color: Melrose. HEX triplet: C0, AD and F1. RGB value is (192,173,241). Sum of RGB (Red+Green+Blue) = 192+173+241=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADF1 is #3F520E. Grayscale: #BABABA. Windows color (decimal): -4149775 or 15838656. OLE color: 15838656.

HSL color Cylindrical-coordinate representation of color #C0ADF1: hue angle of 256.76º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0ADF1 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 173 241 -
CMYK 0.20 0.28 0 0.05
HSL 256.76º 0.71% 0.81% -
HSV(B) 256.76º 0.28% 0.95% -
XYZ 52.56 47.44 89.61 -
YUV 186.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 192 173 241 0.20 0.28 0 0.05 256.76 0.71 0.81
Hex C0 AD F1 14 1C 0 5 101 47 51
Octal 300 255 361 24 34 0 5 401 107 121
Binary 11000000 10101101 11110001 10100 11100 0 101 100000001 1000111 1010001

Color Harmonies of #C0ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADF1

Black with #C0ADF1

Text Example


Text Example

White with #C0ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADF1; }

 p { color: rgb(192,173,241); }

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

background-color css

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

 a { background-color: rgb(192,173,241); }

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

border-color css

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

 span { border-color: rgb(192,173,241); }

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