#C1AEDC

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

Shades of Moon Raker #C1AEDC

Tints of Moon Raker #C1AEDC

Color information

#C1AEDC (or 0xC1AEDC) is unknown color: approx Moon Raker. HEX triplet: C1, AE and DC. RGB value is (193,174,220). Sum of RGB (Red+Green+Blue) = 193+174+220=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEDC is #3E5123. Grayscale: #B8B8B8. Windows color (decimal): -4084004 or 14462657. OLE color: 14462657.

HSL color Cylindrical-coordinate representation of color #C1AEDC: hue angle of 264.78º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1AEDC is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB193174220-
CMYK0.120.2100.14
HSL264.78º39.66%77.25%-
HSV(B)264.78º20.91%86.27%-
XYZ50.0546.7874.1-
YUV184.92147.79133.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.88%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=32.88%
G=29.64%
B=37.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1931742200.120.2100.14264.7839.6677.25
HexC1AEDCC150E109284d
Octal301256334142501641150115
Binary110000011010111011011100110010101011101000010011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEDC; }

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

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

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

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

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

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

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

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