Html Css Color HEX #C0ADF9 Melrose

📋 copy color: '#C0ADF9'

red 192 ◦ green 173 ◦ blue 249

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

Shades of Melrose #C0ADF9

Tints of Melrose #C0ADF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.55%

R = 31.27%
G = 28.18%
B = 40.55%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0ADF9 (or 0xC0ADF9) is known color: Melrose. HEX triplet: C0, AD and F9. RGB value is (192,173,249). Sum of RGB (Red+Green+Blue) = 192+173+249=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0ADF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADF9 is #3F5206. Grayscale: #BBBBBB. Windows color (decimal): -4149767 or 16362944. OLE color: 16362944.

HSL color Cylindrical-coordinate representation of color #C0ADF9: hue angle of 255º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0ADF9 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 173 249 -
CMYK 0.23 0.31 0 0.02
HSL 255º 0.86% 0.83% -
HSV(B) 255º 0.31% 0.98% -
XYZ 53.78 47.93 96.04 -
YUV 187.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 192 173 249 0.23 0.31 0 0.02 255 0.86 0.83
Hex C0 AD F9 17 1F 0 2 FF 56 53
Octal 300 255 371 27 37 0 2 377 126 123
Binary 11000000 10101101 11111001 10111 11111 0 10 11111111 1010110 1010011

Color Harmonies of #C0ADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADF9

Black with #C0ADF9

Text Example


Text Example

White with #C0ADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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