#C0ADDB

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

Shades of Moon Raker #C0ADDB

Tints of Moon Raker #C0ADDB

Color information

#C0ADDB (or 0xC0ADDB) is unknown color: approx Moon Raker. HEX triplet: C0, AD and DB. RGB value is (192,173,219). Sum of RGB (Red+Green+Blue) = 192+173+219=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADDB is #3F5224. Grayscale: #B7B7B7. Windows color (decimal): -4149797 or 14396864. OLE color: 14396864.

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

Color convert

RGB192173219-
CMYK0.120.2100.14
HSL264.78º38.98%76.86%-
HSV(B)264.78º21%85.88%-
XYZ49.4746.2173.33-
YUV183.92147.79133.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.88%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=32.88%
G=29.62%
B=37.5%

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
Decimal1921732190.120.2100.14264.7838.9876.86
HexC0ADDBC150E109274d
Octal300255333142501641147115
Binary110000001010110111011011110010101011101000010011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADDB; }

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

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

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

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

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

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

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

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