Html Css Color HEX #C1ADE9 Melrose

📋 copy color: '#C1ADE9'

red 193 ◦ green 173 ◦ blue 233

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

Shades of Melrose #C1ADE9

Tints of Melrose #C1ADE9

RGB

 RED value IS 193 (75.78% from 255) = 32.22%

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

 BLUE value IS 233 (91.41% from 255) = 38.9%

R = 32.22%
G = 28.88%
B = 38.9%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C1ADE9 (or 0xC1ADE9) is known color: Melrose. HEX triplet: C1, AD and E9. RGB value is (193,173,233). Sum of RGB (Red+Green+Blue) = 193+173+233=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 233 - color contains mainly: blue. Hex color #C1ADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADE9 is #3E5216. Grayscale: #B9B9B9. Windows color (decimal): -4084247 or 15314369. OLE color: 15314369.

HSL color Cylindrical-coordinate representation of color #C1ADE9: hue angle of 260º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1ADE9 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 173 233 -
CMYK 0.17 0.26 0 0.09
HSL 260º 0.58% 0.8% -
HSV(B) 260º 0.26% 0.91% -
XYZ 51.64 47.11 83.46 -
YUV 185.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 193 173 233 0.17 0.26 0 0.09 260 0.58 0.8
Hex C1 AD E9 11 1A 0 9 104 3A 50
Octal 301 255 351 21 32 0 11 404 72 120
Binary 11000001 10101101 11101001 10001 11010 0 1001 100000100 111010 1010000

Color Harmonies of #C1ADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADE9

Black with #C1ADE9

Text Example


Text Example

White with #C1ADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADE9; }

 p { color: rgb(193,173,233); }

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

background-color css

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

 a { background-color: rgb(193,173,233); }

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

border-color css

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

 span { border-color: rgb(193,173,233); }

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