Html Css Color HEX #C5AFFE Melrose

📋 copy color: '#C5AFFE'

red 197 ◦ green 175 ◦ blue 254

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

Shades of Melrose #C5AFFE

Tints of Melrose #C5AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.96%

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

R = 31.47%
G = 27.96%
B = 40.58%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5AFFE (or 0xC5AFFE) is known color: Melrose. HEX triplet: C5, AF and FE. RGB value is (197,175,254). Sum of RGB (Red+Green+Blue) = 197+175+254=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFFE is #3A5001. Grayscale: #BEBEBE. Windows color (decimal): -3821570 or 16691141. OLE color: 16691141.

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

Color convert

RGB 197 175 254 -
CMYK 0.22 0.31 0 0.00
HSL 256.71º 0.98% 0.84% -
HSV(B) 256.71º 0.31% 1% -
XYZ 56.25 49.69 100.39 -
YUV 190.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 197 175 254 0.22 0.31 0 0.00 256.71 0.98 0.84
Hex C5 AF FE 16 1F 0 0 101 62 54
Octal 305 257 376 26 37 0 0 401 142 124
Binary 11000101 10101111 11111110 10110 11111 0 0 100000001 1100010 1010100

Color Harmonies of #C5AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFFE

Black with #C5AFFE

Text Example


Text Example

White with #C5AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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