Html Css Color HEX #C8ADF6 Melrose

📋 copy color: '#C8ADF6'

red 200 ◦ green 173 ◦ blue 246

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

Shades of Melrose #C8ADF6

Tints of Melrose #C8ADF6

RGB

 RED value IS 200 (78.52% from 255) = 32.31%

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

 BLUE value IS 246 (96.48% from 255) = 39.74%

R = 32.31%
G = 27.95%
B = 39.74%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C8ADF6 (or 0xC8ADF6) is known color: Melrose. HEX triplet: C8, AD and F6. RGB value is (200,173,246). Sum of RGB (Red+Green+Blue) = 200+173+246=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADF6 is #375209. Grayscale: #BDBDBD. Windows color (decimal): -3625482 or 16166344. OLE color: 16166344.

HSL color Cylindrical-coordinate representation of color #C8ADF6: hue angle of 262.19º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8ADF6 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 173 246 -
CMYK 0.19 0.30 0 0.04
HSL 262.19º 0.8% 0.82% -
HSV(B) 262.19º 0.3% 0.96% -
XYZ 55.4 48.82 93.69 -
YUV 189.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 200 173 246 0.19 0.30 0 0.04 262.19 0.8 0.82
Hex C8 AD F6 13 1E 0 4 106 50 52
Octal 310 255 366 23 36 0 4 406 120 122
Binary 11001000 10101101 11110110 10011 11110 0 100 100000110 1010000 1010010

Color Harmonies of #C8ADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADF6

Black with #C8ADF6

Text Example


Text Example

White with #C8ADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADF6; }

 p { color: rgb(200,173,246); }

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

background-color css

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

 a { background-color: rgb(200,173,246); }

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

border-color css

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

 span { border-color: rgb(200,173,246); }

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