#C0ADDF

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

Shades of Moon Raker #C0ADDF

Tints of Moon Raker #C0ADDF

Color information

#C0ADDF (or 0xC0ADDF) is unknown color: approx Moon Raker. HEX triplet: C0, AD and DF. RGB value is (192,173,223). Sum of RGB (Red+Green+Blue) = 192+173+223=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADDF is #3F5220. Grayscale: #B8B8B8. Windows color (decimal): -4149793 or 14659008. OLE color: 14659008.

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

Color convert

RGB192173223-
CMYK0.140.2200.13
HSL262.8º43.86%77.65%-
HSV(B)262.8º22.42%87.45%-
XYZ5046.4276.14-
YUV184.38149.79133.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.65%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=32.65%
G=29.42%
B=37.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921732230.140.2200.13262.843.8677.65
HexC0ADDFE160D1072c4e
Octal300255337162601540754116
Binary110000001010110111011111111010110011011000001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADDF; }

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

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

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

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

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

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

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

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