Html Css Color HEX #C0ADFE Melrose

📋 copy color: '#C0ADFE'

red 192 ◦ green 173 ◦ blue 254

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

Shades of Melrose #C0ADFE

Tints of Melrose #C0ADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 31.02%
G = 27.95%
B = 41.03%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C0ADFE (or 0xC0ADFE) is known color: Melrose. HEX triplet: C0, AD and FE. RGB value is (192,173,254). Sum of RGB (Red+Green+Blue) = 192+173+254=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADFE is #3F5201. Grayscale: #BBBBBB. Windows color (decimal): -4149762 or 16690624. OLE color: 16690624.

HSL color Cylindrical-coordinate representation of color #C0ADFE: hue angle of 254.07º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0ADFE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 173 254 -
CMYK 0.24 0.32 0 0.00
HSL 254.07º 0.98% 0.84% -
HSV(B) 254.07º 0.32% 1% -
XYZ 54.57 48.25 100.2 -
YUV 187.92 165.29 130.91 -
System Red Green Blue C M Y K H S L
Decimal 192 173 254 0.24 0.32 0 0.00 254.07 0.98 0.84
Hex C0 AD FE 18 20 0 0 FE 62 54
Octal 300 255 376 30 40 0 0 376 142 124
Binary 11000000 10101101 11111110 11000 100000 0 0 11111110 1100010 1010100

Color Harmonies of #C0ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADFE

Black with #C0ADFE

Text Example


Text Example

White with #C0ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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