Html Css Color HEX #C9B9DA Moon Raker

📋 copy color: '#C9B9DA'

red 201 ◦ green 185 ◦ blue 218

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

Shades of Moon Raker #C9B9DA

Tints of Moon Raker #C9B9DA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.63%

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

R = 33.28%
G = 30.63%
B = 36.09%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9B9DA (or 0xC9B9DA) is known color: Moon Raker. HEX triplet: C9, B9 and DA. RGB value is (201,185,218). Sum of RGB (Red+Green+Blue) = 201+185+218=604 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.28% from 604); Green value is 185 (72.66% from 255 or 30.63% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9DA is #364625. Grayscale: #C1C1C1. Windows color (decimal): -3556902 or 14334409. OLE color: 14334409.

HSL color Cylindrical-coordinate representation of color #C9B9DA: hue angle of 269.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9B9DA is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 185 218 -
CMYK 0.08 0.15 0 0.15
HSL 269.09º 0.31% 0.79% -
HSV(B) 269.09º 0.15% 0.85% -
XYZ 54.09 52.18 73.55 -
YUV 193.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 201 185 218 0.08 0.15 0 0.15 269.09 0.31 0.79
Hex C9 B9 DA 8 F 0 F 10D 1F 4F
Octal 311 271 332 10 17 0 17 415 37 117
Binary 11001001 10111001 11011010 1000 1111 0 1111 100001101 11111 1001111

Color Harmonies of #C9B9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B9DA

Black with #C9B9DA

Text Example


Text Example

White with #C9B9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B9DA; }

 p { color: rgb(201,185,218); }

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

background-color css

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

 a { background-color: rgb(201,185,218); }

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

border-color css

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

 span { border-color: rgb(201,185,218); }

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