#C0ADDE

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

Shades of Moon Raker #C0ADDE

Tints of Moon Raker #C0ADDE

Color information

#C0ADDE (or 0xC0ADDE) is unknown color: approx Moon Raker. HEX triplet: C0, AD and DE. RGB value is (192,173,222). Sum of RGB (Red+Green+Blue) = 192+173+222=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADDE is #3F5221. Grayscale: #B8B8B8. Windows color (decimal): -4149794 or 14593472. OLE color: 14593472.

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

Color convert

RGB192173222-
CMYK0.140.2200.13
HSL263.27º42.61%77.45%-
HSV(B)263.27º22.07%87.06%-
XYZ49.8746.3775.43-
YUV184.27149.29133.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.71%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 222 (87.11% from 255) = 37.82%
R=32.71%
G=29.47%
B=37.82%

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
Decimal1921732220.140.2200.13263.2742.6177.45
HexC0ADDEE160D1072b4d
Octal300255336162601540753115
Binary110000001010110111011110111010110011011000001111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADDE; }

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

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

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

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

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

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

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

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