Html Css Color HEX #C8ADFA Melrose

📋 copy color: '#C8ADFA'

red 200 ◦ green 173 ◦ blue 250

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

Shades of Melrose #C8ADFA

Tints of Melrose #C8ADFA

RGB

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

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

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

R = 32.1%
G = 27.77%
B = 40.13%

CMYK

 C value IS 0.2

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8ADFA (or 0xC8ADFA) is known color: 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

RGB 200 173 250 -
CMYK 0.2 0.31 0 0.02
HSL 261.04º 0.89% 0.83% -
HSV(B) 261.04º 0.31% 0.98% -
XYZ 56.02 49.07 96.96 -
YUV 189.85 161.95 135.24 -
System Red Green Blue C M Y K H S L
Decimal 200 173 250 0.2 0.31 0 0.02 261.04 0.89 0.83
Hex C8 AD FA 14 1F 0 2 105 59 53
Octal 310 255 372 24 37 0 2 405 131 123
Binary 11001000 10101101 11111010 10100 11111 0 10 100000101 1011001 1010011

Color Harmonies of #C8ADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADFA

Black with #C8ADFA

Text Example


Text Example

White with #C8ADFA

Text Example


Text Example

HTML Codes & Css Web 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>