#C1AEDD

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

Shades of Moon Raker #C1AEDD

Tints of Moon Raker #C1AEDD

Color information

#C1AEDD (or 0xC1AEDD) is unknown color: approx Moon Raker. HEX triplet: C1, AE and DD. RGB value is (193,174,221). Sum of RGB (Red+Green+Blue) = 193+174+221=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEDD is #3E5122. Grayscale: #B8B8B8. Windows color (decimal): -4084003 or 14528193. OLE color: 14528193.

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

Color convert

RGB193174221-
CMYK0.130.2100.13
HSL264.26º40.87%77.45%-
HSV(B)264.26º21.27%86.67%-
XYZ50.1846.8374.8-
YUV185.04148.29133.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.82%
GREEN value IS 174 (68.36% from 255) = 29.59%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=32.82%
G=29.59%
B=37.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931742210.130.2100.13264.2640.8777.45
HexC1AEDDD150D108294d
Octal301256335152501541051115
Binary110000011010111011011101110110101011011000010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEDD; }

 p { color: rgb(193,174,221); }

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

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

 a { background-color: rgb(193,174,221); }

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

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

 span { border-color: rgb(193,174,221); }

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