Html Css Color HEX #C9BADD Moon Raker

📋 copy color: '#C9BADD'

red 201 ◦ green 186 ◦ blue 221

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

Shades of Moon Raker #C9BADD

Tints of Moon Raker #C9BADD

RGB

 RED value IS 201 (78.91% from 255) = 33.06%

 GREEN value IS 186 (73.05% from 255) = 30.59%

 BLUE value IS 221 (86.72% from 255) = 36.35%

R = 33.06%
G = 30.59%
B = 36.35%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C9BADD (or 0xC9BADD) is known color: Moon Raker. HEX triplet: C9, BA and DD. RGB value is (201,186,221). Sum of RGB (Red+Green+Blue) = 201+186+221=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #C9BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BADD is #364522. Grayscale: #C2C2C2. Windows color (decimal): -3556643 or 14531273. OLE color: 14531273.

HSL color Cylindrical-coordinate representation of color #C9BADD: hue angle of 265.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9BADD is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 186 221 -
CMYK 0.09 0.16 0 0.13
HSL 265.71º 0.34% 0.8% -
HSV(B) 265.71º 0.16% 0.87% -
XYZ 54.7 52.76 75.71 -
YUV 194.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 201 186 221 0.09 0.16 0 0.13 265.71 0.34 0.8
Hex C9 BA DD 9 10 0 D 10A 22 50
Octal 311 272 335 11 20 0 15 412 42 120
Binary 11001001 10111010 11011101 1001 10000 0 1101 100001010 100010 1010000

Color Harmonies of #C9BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BADD

Black with #C9BADD

Text Example


Text Example

White with #C9BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BADD; }

 p { color: rgb(201,186,221); }

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

background-color css

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

 a { background-color: rgb(201,186,221); }

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

border-color css

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

 span { border-color: rgb(201,186,221); }

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