Html Css Color HEX #C1AEDD Moon Raker

📋 copy color: '#C1AEDD'

red 193 ◦ green 174 ◦ blue 221

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

Shades of Moon Raker #C1AEDD

Tints of Moon Raker #C1AEDD

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 value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1AEDD (or 0xC1AEDD) is known color: 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

RGB 193 174 221 -
CMYK 0.13 0.21 0 0.13
HSL 264.26º 0.41% 0.77% -
HSV(B) 264.26º 0.21% 0.87% -
XYZ 50.18 46.83 74.8 -
YUV 185.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 193 174 221 0.13 0.21 0 0.13 264.26 0.41 0.77
Hex C1 AE DD D 15 0 D 108 29 4D
Octal 301 256 335 15 25 0 15 410 51 115
Binary 11000001 10101110 11011101 1101 10101 0 1101 100001000 101001 1001101

Color Harmonies of #C1AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AEDD

Black with #C1AEDD

Text Example


Text Example

White with #C1AEDD

Text Example


Text Example

HTML Codes & Css Web 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>