#C0ADDA

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

Shades of Moon Raker #C0ADDA

Tints of Moon Raker #C0ADDA

Color information

#C0ADDA (or 0xC0ADDA) is unknown color: approx Moon Raker. HEX triplet: C0, AD and DA. RGB value is (192,173,218). Sum of RGB (Red+Green+Blue) = 192+173+218=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 173 (67.97% from 255 or 29.67% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #C0ADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADDA is #3F5225. Grayscale: #B7B7B7. Windows color (decimal): -4149798 or 14331328. OLE color: 14331328.

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

Color convert

RGB192173218-
CMYK0.120.2100.15
HSL265.33º37.82%76.67%-
HSV(B)265.33º20.64%85.49%-
XYZ49.3446.1672.64-
YUV183.81147.29133.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.93%
GREEN value IS 173 (67.97% from 255) = 29.67%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=32.93%
G=29.67%
B=37.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921732180.120.2100.15265.3337.8276.67
HexC0ADDAC150F109264d
Octal300255332142501741146115
Binary110000001010110111011010110010101011111000010011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADDA; }

 p { color: rgb(192,173,218); }

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

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

 a { background-color: rgb(192,173,218); }

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

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

 span { border-color: rgb(192,173,218); }

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