Html Css Color HEX #C5ADEE Melrose

📋 copy color: '#C5ADEE'

red 197 ◦ green 173 ◦ blue 238

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

Shades of Melrose #C5ADEE

Tints of Melrose #C5ADEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.14%

R = 32.4%
G = 28.45%
B = 39.14%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5ADEE (or 0xC5ADEE) is known color: Melrose. HEX triplet: C5, AD and EE. RGB value is (197,173,238). Sum of RGB (Red+Green+Blue) = 197+173+238=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADEE is #3A5211. Grayscale: #BBBBBB. Windows color (decimal): -3822098 or 15642053. OLE color: 15642053.

HSL color Cylindrical-coordinate representation of color #C5ADEE: hue angle of 262.15º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5ADEE is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 173 238 -
CMYK 0.17 0.27 0 0.07
HSL 262.15º 0.66% 0.81% -
HSV(B) 262.15º 0.27% 0.93% -
XYZ 53.4 47.93 87.33 -
YUV 187.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 197 173 238 0.17 0.27 0 0.07 262.15 0.66 0.81
Hex C5 AD EE 11 1B 0 7 106 42 51
Octal 305 255 356 21 33 0 7 406 102 121
Binary 11000101 10101101 11101110 10001 11011 0 111 100000110 1000010 1010001

Color Harmonies of #C5ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ADEE

Black with #C5ADEE

Text Example


Text Example

White with #C5ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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