Html Css Color HEX #C1AEDA Moon Raker

📋 copy color: '#C1AEDA'

red 193 ◦ green 174 ◦ blue 218

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

Shades of Moon Raker #C1AEDA

Tints of Moon Raker #C1AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 32.99%
G = 29.74%
B = 37.26%

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

#C1AEDA (or 0xC1AEDA) is known color: Moon Raker. HEX triplet: C1, AE and DA. RGB value is (193,174,218). Sum of RGB (Red+Green+Blue) = 193+174+218=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEDA is #3E5125. Grayscale: #B8B8B8. Windows color (decimal): -4084006 or 14331585. OLE color: 14331585.

HSL color Cylindrical-coordinate representation of color #C1AEDA: hue angle of 265.91º degrees, saturation: 0.37, 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 #C1AEDA is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 174 218 -
CMYK 0.11 0.20 0 0.15
HSL 265.91º 0.37% 0.77% -
HSV(B) 265.91º 0.2% 0.85% -
XYZ 49.78 46.67 72.71 -
YUV 184.7 146.79 133.92 -
System Red Green Blue C M Y K H S L
Decimal 193 174 218 0.11 0.20 0 0.15 265.91 0.37 0.77
Hex C1 AE DA B 14 0 F 10A 25 4D
Octal 301 256 332 13 24 0 17 412 45 115
Binary 11000001 10101110 11011010 1011 10100 0 1111 100001010 100101 1001101

Color Harmonies of #C1AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AEDA

Black with #C1AEDA

Text Example


Text Example

White with #C1AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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