#C1ADE5

Color #C1ADE5 Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #C1ADE5

Tints of Moon Raker #C1ADE5

Color information

#C1ADE5 (or 0xC1ADE5) is unknown color: approx Moon Raker. HEX triplet: C1, AD and E5. RGB value is (193,173,229). Sum of RGB (Red+Green+Blue) = 193+173+229=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 229 - color contains mainly: blue. Hex color #C1ADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADE5 is #3E521A. Grayscale: #B9B9B9. Windows color (decimal): -4084251 or 15052225. OLE color: 15052225.

HSL color Cylindrical-coordinate representation of color #C1ADE5: hue angle of 261.43º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1ADE5 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB193173229-
CMYK0.160.2400.10
HSL261.43º51.85%78.82%-
HSV(B)261.43º24.45%89.8%-
XYZ51.0846.8880.49-
YUV185.36152.63133.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.44%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=32.44%
G=29.08%
B=38.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1931732290.160.2400.10261.4351.8578.82
HexC1ADE510180A105344f
Octal301255345203001240564117
Binary1100000110101101111001011000011000010101000001011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADE5; }

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

 H1.HeaderClassName
 {
   color: #C1ADE5;
 }
 .AnyTagClassName
 {
   color: #C1ADE5;
 }
</style>
background-color css

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

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

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

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

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

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