Html Css Color HEX #C5ADF3 Melrose

📋 copy color: '#C5ADF3'

red 197 ◦ green 173 ◦ blue 243

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

Shades of Melrose #C5ADF3

Tints of Melrose #C5ADF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.64%

R = 32.14%
G = 28.22%
B = 39.64%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5ADF3 (or 0xC5ADF3) is known color: Melrose. HEX triplet: C5, AD and F3. RGB value is (197,173,243). Sum of RGB (Red+Green+Blue) = 197+173+243=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADF3 is #3A520C. Grayscale: #BBBBBB. Windows color (decimal): -3822093 or 15969733. OLE color: 15969733.

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

Color convert

RGB 197 173 243 -
CMYK 0.19 0.29 0 0.05
HSL 260.57º 0.74% 0.82% -
HSV(B) 260.57º 0.29% 0.95% -
XYZ 54.15 48.23 91.25 -
YUV 188.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 197 173 243 0.19 0.29 0 0.05 260.57 0.74 0.82
Hex C5 AD F3 13 1D 0 5 105 4A 52
Octal 305 255 363 23 35 0 5 405 112 122
Binary 11000101 10101101 11110011 10011 11101 0 101 100000101 1001010 1010010

Color Harmonies of #C5ADF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADF3

Black with #C5ADF3

Text Example


Text Example

White with #C5ADF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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