#C8ADFA

Color #C8ADFA Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C8ADFA

Tints of Melrose #C8ADFA

Color information

#C8ADFA (or 0xC8ADFA) is unknown color: approx Melrose. HEX triplet: C8, AD and FA. RGB value is (200,173,250). Sum of RGB (Red+Green+Blue) = 200+173+250=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADFA is #375205. Grayscale: #BDBDBD. Windows color (decimal): -3625478 or 16428488. OLE color: 16428488.

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

Color convert

RGB200173250-
CMYK0.20.3100.02
HSL261.04º88.51%82.94%-
HSV(B)261.04º30.8%98.04%-
XYZ56.0249.0796.96-
YUV189.85161.95135.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.10%
GREEN value IS 173 (67.97% from 255) = 27.77%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=32.10%
G=27.77%
B=40.13%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001732500.20.3100.02261.0488.5182.94
HexC8ADFA141F021055953
Octal310255372243702405131123
Binary110010001010110111111010101001111101010000010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADFA; }

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

 H1.HeaderClassName
 {
   color: #C8ADFA;
 }
 .AnyTagClassName
 {
   color: #C8ADFA;
 }
</style>
background-color css

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

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

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

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

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

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