#C1AED9

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

Shades of Moon Raker #C1AED9

Tints of Moon Raker #C1AED9

Color information

#C1AED9 (or 0xC1AED9) is unknown color: approx Moon Raker. HEX triplet: C1, AE and D9. RGB value is (193,174,217). Sum of RGB (Red+Green+Blue) = 193+174+217=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #C1AED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AED9 is #3E5126. Grayscale: #B8B8B8. Windows color (decimal): -4084007 or 14266049. OLE color: 14266049.

HSL color Cylindrical-coordinate representation of color #C1AED9: hue angle of 266.51º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1AED9 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB193174217-
CMYK0.110.2000.15
HSL266.51º36.13%76.67%-
HSV(B)266.51º19.82%85.1%-
XYZ49.6546.6272.03-
YUV184.58146.29134-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 174 (68.36% from 255) = 29.79%
BLUE value IS 217 (85.16% from 255) = 37.16%
R=33.05%
G=29.79%
B=37.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931742170.110.2000.15266.5136.1376.67
HexC1AED9B140F10b244d
Octal301256331132401741344115
Binary110000011010111011011001101110100011111000010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AED9; }

 p { color: rgb(193,174,217); }

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

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

 a { background-color: rgb(193,174,217); }

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

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

 span { border-color: rgb(193,174,217); }

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