Html Css Color HEX #C1B0DE Moon Raker

📋 copy color: '#C1B0DE'

red 193 ◦ green 176 ◦ blue 222

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

Shades of Moon Raker #C1B0DE

Tints of Moon Raker #C1B0DE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.78%

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 32.66%
G = 29.78%
B = 37.56%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C1B0DE (or 0xC1B0DE) is known color: Moon Raker. HEX triplet: C1, B0 and DE. RGB value is (193,176,222). Sum of RGB (Red+Green+Blue) = 193+176+222=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 176 (69.14% from 255 or 29.78% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0DE is #3E4F21. Grayscale: #BABABA. Windows color (decimal): -4083490 or 14594241. OLE color: 14594241.

HSL color Cylindrical-coordinate representation of color #C1B0DE: hue angle of 262.17º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1B0DE is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 176 222 -
CMYK 0.13 0.21 0 0.13
HSL 262.17º 0.41% 0.78% -
HSV(B) 262.17º 0.21% 0.87% -
XYZ 50.7 47.66 75.63 -
YUV 186.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 193 176 222 0.13 0.21 0 0.13 262.17 0.41 0.78
Hex C1 B0 DE D 15 0 D 106 29 4E
Octal 301 260 336 15 25 0 15 406 51 116
Binary 11000001 10110000 11011110 1101 10101 0 1101 100000110 101001 1001110

Color Harmonies of #C1B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B0DE

Black with #C1B0DE

Text Example


Text Example

White with #C1B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B0DE; }

 p { color: rgb(193,176,222); }

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

background-color css

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

 a { background-color: rgb(193,176,222); }

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

border-color css

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

 span { border-color: rgb(193,176,222); }

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