Html Css Color HEX #C0ADFA Melrose

📋 copy color: '#C0ADFA'

red 192 ◦ green 173 ◦ blue 250

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

Shades of Melrose #C0ADFA

Tints of Melrose #C0ADFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 31.22%
G = 28.13%
B = 40.65%

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

#C0ADFA (or 0xC0ADFA) is known color: Melrose. HEX triplet: C0, AD and FA. RGB value is (192,173,250). Sum of RGB (Red+Green+Blue) = 192+173+250=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADFA is #3F5205. Grayscale: #BBBBBB. Windows color (decimal): -4149766 or 16428480. OLE color: 16428480.

HSL color Cylindrical-coordinate representation of color #C0ADFA: hue angle of 254.81º degrees, saturation: 0.89, 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 #C0ADFA is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 173 250 -
CMYK 0.23 0.31 0 0.02
HSL 254.81º 0.89% 0.83% -
HSV(B) 254.81º 0.31% 0.98% -
XYZ 53.94 48 96.86 -
YUV 187.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 192 173 250 0.23 0.31 0 0.02 254.81 0.89 0.83
Hex C0 AD FA 17 1F 0 2 FF 59 53
Octal 300 255 372 27 37 0 2 377 131 123
Binary 11000000 10101101 11111010 10111 11111 0 10 11111111 1011001 1010011

Color Harmonies of #C0ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADFA

Black with #C0ADFA

Text Example


Text Example

White with #C0ADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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