Html Css Color HEX #C5ADFD Melrose

📋 copy color: '#C5ADFD'

red 197 ◦ green 173 ◦ blue 253

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

Shades of Melrose #C5ADFD

Tints of Melrose #C5ADFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 31.62%
G = 27.77%
B = 40.61%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5ADFD (or 0xC5ADFD) is known color: Melrose. HEX triplet: C5, AD and FD. RGB value is (197,173,253). Sum of RGB (Red+Green+Blue) = 197+173+253=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADFD is #3A5202. Grayscale: #BDBDBD. Windows color (decimal): -3822083 or 16625093. OLE color: 16625093.

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

Color convert

RGB 197 173 253 -
CMYK 0.22 0.32 0 0.01
HSL 258º 0.95% 0.84% -
HSV(B) 258º 0.32% 0.99% -
XYZ 55.7 48.85 99.42 -
YUV 189.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 197 173 253 0.22 0.32 0 0.01 258 0.95 0.84
Hex C5 AD FD 16 20 0 1 102 5F 54
Octal 305 255 375 26 40 0 1 402 137 124
Binary 11000101 10101101 11111101 10110 100000 0 1 100000010 1011111 1010100

Color Harmonies of #C5ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADFD

Black with #C5ADFD

Text Example


Text Example

White with #C5ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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