#C0AEDC

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

Shades of Moon Raker #C0AEDC

Tints of Moon Raker #C0AEDC

Color information

#C0AEDC (or 0xC0AEDC) is unknown color: approx Moon Raker. HEX triplet: C0, AE and DC. RGB value is (192,174,220). Sum of RGB (Red+Green+Blue) = 192+174+220=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #C0AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEDC is #3F5123. Grayscale: #B8B8B8. Windows color (decimal): -4149540 or 14462656. OLE color: 14462656.

HSL color Cylindrical-coordinate representation of color #C0AEDC: hue angle of 263.48º 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 #C0AEDC is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192174220-
CMYK0.130.2100.14
HSL263.48º39.66%77.25%-
HSV(B)263.48º20.91%86.27%-
XYZ49.7946.6574.09-
YUV184.63147.96133.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=32.76%
G=29.69%
B=37.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921742200.130.2100.14263.4839.6677.25
HexC0AEDCD150E107284d
Octal300256334152501640750115
Binary110000001010111011011100110110101011101000001111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEDC; }

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

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

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

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

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

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

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

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