#C0ADDD

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

Shades of Moon Raker #C0ADDD

Tints of Moon Raker #C0ADDD

Color information

#C0ADDD (or 0xC0ADDD) is unknown color: approx Moon Raker. HEX triplet: C0, AD and DD. RGB value is (192,173,221). Sum of RGB (Red+Green+Blue) = 192+173+221=586 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.76% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADDD is #3F5222. Grayscale: #B7B7B7. Windows color (decimal): -4149795 or 14527936. OLE color: 14527936.

HSL color Cylindrical-coordinate representation of color #C0ADDD: hue angle of 263.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0ADDD is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192173221-
CMYK0.130.2200.13
HSL263.75º41.38%77.25%-
HSV(B)263.75º21.72%86.67%-
XYZ49.7346.3174.72-
YUV184.15148.79133.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.76%
GREEN value IS 173 (67.97% from 255) = 29.52%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=32.76%
G=29.52%
B=37.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921732210.130.2200.13263.7541.3877.25
HexC0ADDDD160D108294d
Octal300255335152601541051115
Binary110000001010110111011101110110110011011000010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADDD; }

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

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

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

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

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

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

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

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