Html Css Color HEX #C9BDD9 Moon Raker

📋 copy color: '#C9BDD9'

red 201 ◦ green 189 ◦ blue 217

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

Shades of Moon Raker #C9BDD9

Tints of Moon Raker #C9BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.14%

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

R = 33.11%
G = 31.14%
B = 35.75%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9BDD9 (or 0xC9BDD9) is known color: Moon Raker. HEX triplet: C9, BD and D9. RGB value is (201,189,217). Sum of RGB (Red+Green+Blue) = 201+189+217=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 217 - color contains mainly: blue. Hex color #C9BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDD9 is #364226. Grayscale: #C3C3C3. Windows color (decimal): -3555879 or 14269897. OLE color: 14269897.

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

Color convert

RGB 201 189 217 -
CMYK 0.07 0.13 0 0.15
HSL 265.71º 0.27% 0.8% -
HSV(B) 265.71º 0.13% 0.85% -
XYZ 54.81 53.82 73.15 -
YUV 195.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 201 189 217 0.07 0.13 0 0.15 265.71 0.27 0.8
Hex C9 BD D9 7 D 0 F 10A 1B 50
Octal 311 275 331 7 15 0 17 412 33 120
Binary 11001001 10111101 11011001 111 1101 0 1111 100001010 11011 1010000

Color Harmonies of #C9BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BDD9

Black with #C9BDD9

Text Example


Text Example

White with #C9BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BDD9; }

 p { color: rgb(201,189,217); }

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

background-color css

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

 a { background-color: rgb(201,189,217); }

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

border-color css

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

 span { border-color: rgb(201,189,217); }

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