Html Css Color HEX #C5B5DD Moon Raker

📋 copy color: '#C5B5DD'

red 197 ◦ green 181 ◦ blue 221

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

Shades of Moon Raker #C5B5DD

Tints of Moon Raker #C5B5DD

RGB

 RED value IS 197 (77.34% from 255) = 32.89%

 GREEN value IS 181 (71.09% from 255) = 30.22%

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

R = 32.89%
G = 30.22%
B = 36.89%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5B5DD (or 0xC5B5DD) is known color: Moon Raker. HEX triplet: C5, B5 and DD. RGB value is (197,181,221). Sum of RGB (Red+Green+Blue) = 197+181+221=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5DD is #3A4A22. Grayscale: #BEBEBE. Windows color (decimal): -3820067 or 14529989. OLE color: 14529989.

HSL color Cylindrical-coordinate representation of color #C5B5DD: hue angle of 264º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5B5DD is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 181 221 -
CMYK 0.11 0.18 0 0.13
HSL 264º 0.37% 0.79% -
HSV(B) 264º 0.18% 0.87% -
XYZ 52.6 50.14 75.31 -
YUV 190.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 197 181 221 0.11 0.18 0 0.13 264 0.37 0.79
Hex C5 B5 DD B 12 0 D 108 25 4F
Octal 305 265 335 13 22 0 15 410 45 117
Binary 11000101 10110101 11011101 1011 10010 0 1101 100001000 100101 1001111

Color Harmonies of #C5B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B5DD

Black with #C5B5DD

Text Example


Text Example

White with #C5B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B5DD; }

 p { color: rgb(197,181,221); }

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

background-color css

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

 a { background-color: rgb(197,181,221); }

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

border-color css

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

 span { border-color: rgb(197,181,221); }

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