Html Css Color HEX #C1AED9 Moon Raker

📋 copy color: '#C1AED9'

red 193 ◦ green 174 ◦ blue 217

#C1AED9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #C1AED9

Tints of Moon Raker #C1AED9

RGB

 RED value IS 193 (75.78% from 255) = 33.05%

 GREEN value IS 174 (68.36% from 255) = 29.79%

 BLUE value IS 217 (85.16% from 255) = 37.16%

R = 33.05%
G = 29.79%
B = 37.16%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C1AED9 (or 0xC1AED9) is known color: Moon Raker. HEX triplet: C1, AE and D9. RGB value is (193,174,217). Sum of RGB (Red+Green+Blue) = 193+174+217=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #C1AED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AED9 is #3E5126. Grayscale: #B8B8B8. Windows color (decimal): -4084007 or 14266049. OLE color: 14266049.

HSL color Cylindrical-coordinate representation of color #C1AED9: hue angle of 266.51º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1AED9 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 174 217 -
CMYK 0.11 0.20 0 0.15
HSL 266.51º 0.36% 0.77% -
HSV(B) 266.51º 0.2% 0.85% -
XYZ 49.65 46.62 72.03 -
YUV 184.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 193 174 217 0.11 0.20 0 0.15 266.51 0.36 0.77
Hex C1 AE D9 B 14 0 F 10B 24 4D
Octal 301 256 331 13 24 0 17 413 44 115
Binary 11000001 10101110 11011001 1011 10100 0 1111 100001011 100100 1001101

Color Harmonies of #C1AED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AED9

Black with #C1AED9

Text Example


Text Example

White with #C1AED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AED9; }

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

 H1.HeaderClassName
 {
   color: #C1AED9;
 }
 .AnyTagClassName
 {
   color: #C1AED9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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