Html Css Color HEX #C5ADFE Melrose

📋 copy color: '#C5ADFE'

red 197 ◦ green 173 ◦ blue 254

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

Shades of Melrose #C5ADFE

Tints of Melrose #C5ADFE

RGB

 RED value IS 197 (77.34% from 255) = 31.57%

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

 BLUE value IS 254 (99.61% from 255) = 40.71%

R = 31.57%
G = 27.72%
B = 40.71%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5ADFE (or 0xC5ADFE) is known color: Melrose. HEX triplet: C5, AD and FE. RGB value is (197,173,254). Sum of RGB (Red+Green+Blue) = 197+173+254=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADFE is #3A5201. Grayscale: #BDBDBD. Windows color (decimal): -3822082 or 16690629. OLE color: 16690629.

HSL color Cylindrical-coordinate representation of color #C5ADFE: hue angle of 257.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5ADFE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 173 254 -
CMYK 0.22 0.32 0 0.00
HSL 257.78º 0.98% 0.84% -
HSV(B) 257.78º 0.32% 1% -
XYZ 55.86 48.91 100.26 -
YUV 189.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 197 173 254 0.22 0.32 0 0.00 257.78 0.98 0.84
Hex C5 AD FE 16 20 0 0 102 62 54
Octal 305 255 376 26 40 0 0 402 142 124
Binary 11000101 10101101 11111110 10110 100000 0 0 100000010 1100010 1010100

Color Harmonies of #C5ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADFE

Black with #C5ADFE

Text Example


Text Example

White with #C5ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADFE; }

 p { color: rgb(197,173,254); }

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

background-color css

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

 a { background-color: rgb(197,173,254); }

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

border-color css

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

 span { border-color: rgb(197,173,254); }

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