Html Css Color HEX #C0ADFF Melrose

📋 copy color: '#C0ADFF'

red 192 ◦ green 173 ◦ blue 255

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

Shades of Melrose #C0ADFF

Tints of Melrose #C0ADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.13%

R = 30.97%
G = 27.9%
B = 41.13%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0ADFF (or 0xC0ADFF) is known color: Melrose. HEX triplet: C0, AD and FF. RGB value is (192,173,255). Sum of RGB (Red+Green+Blue) = 192+173+255=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADFF is #3F5200. Grayscale: #BBBBBB. Windows color (decimal): -4149761 or 16756160. OLE color: 16756160.

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

Color convert

RGB 192 173 255 -
CMYK 0.25 0.32 0 0
HSL 253.9º 1% 0.84% -
HSV(B) 253.9º 0.32% 1% -
XYZ 54.73 48.31 101.05 -
YUV 188.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 192 173 255 0.25 0.32 0 0 253.9 1 0.84
Hex C0 AD FF 19 20 0 0 FE 64 54
Octal 300 255 377 31 40 0 0 376 144 124
Binary 11000000 10101101 11111111 11001 100000 0 0 11111110 1100100 1010100

Color Harmonies of #C0ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADFF

Black with #C0ADFF

Text Example


Text Example

White with #C0ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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