Html Css Color HEX #C0ADF2 Melrose

📋 copy color: '#C0ADF2'

red 192 ◦ green 173 ◦ blue 242

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

Shades of Melrose #C0ADF2

Tints of Melrose #C0ADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.87%

R = 31.63%
G = 28.5%
B = 39.87%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0ADF2 (or 0xC0ADF2) is known color: Melrose. HEX triplet: C0, AD and F2. RGB value is (192,173,242). Sum of RGB (Red+Green+Blue) = 192+173+242=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0ADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADF2 is #3F520D. Grayscale: #BABABA. Windows color (decimal): -4149774 or 15904192. OLE color: 15904192.

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

Color convert

RGB 192 173 242 -
CMYK 0.21 0.29 0 0.05
HSL 256.52º 0.73% 0.81% -
HSV(B) 256.52º 0.29% 0.95% -
XYZ 52.71 47.5 90.4 -
YUV 186.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 192 173 242 0.21 0.29 0 0.05 256.52 0.73 0.81
Hex C0 AD F2 15 1D 0 5 101 49 51
Octal 300 255 362 25 35 0 5 401 111 121
Binary 11000000 10101101 11110010 10101 11101 0 101 100000001 1001001 1010001

Color Harmonies of #C0ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADF2

Black with #C0ADF2

Text Example


Text Example

White with #C0ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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