#C1ADDE

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

Shades of Moon Raker #C1ADDE

Tints of Moon Raker #C1ADDE

Color information

#C1ADDE (or 0xC1ADDE) is unknown color: approx Moon Raker. HEX triplet: C1, AD and DE. RGB value is (193,173,222). Sum of RGB (Red+Green+Blue) = 193+173+222=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADDE is #3E5221. Grayscale: #B8B8B8. Windows color (decimal): -4084258 or 14593473. OLE color: 14593473.

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

Color convert

RGB193173222-
CMYK0.130.2200.13
HSL264.49º42.61%77.45%-
HSV(B)264.49º22.07%87.06%-
XYZ50.1246.575.44-
YUV184.57149.13134.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.82%
GREEN value IS 173 (67.97% from 255) = 29.42%
BLUE value IS 222 (87.11% from 255) = 37.76%
R=32.82%
G=29.42%
B=37.76%

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
Decimal1931732220.130.2200.13264.4942.6177.45
HexC1ADDED160D1082b4d
Octal301255336152601541053115
Binary110000011010110111011110110110110011011000010001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ADDE; }

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

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

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

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

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

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

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

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