Html Css Color HEX #C2B0DF Moon Raker

📋 copy color: '#C2B0DF'

red 194 ◦ green 176 ◦ blue 223

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

Shades of Moon Raker #C2B0DF

Tints of Moon Raker #C2B0DF

RGB

 RED value IS 194 (76.17% from 255) = 32.72%

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

 BLUE value IS 223 (87.5% from 255) = 37.61%

R = 32.72%
G = 29.68%
B = 37.61%

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

#C2B0DF (or 0xC2B0DF) is known color: Moon Raker. HEX triplet: C2, B0 and DF. RGB value is (194,176,223). Sum of RGB (Red+Green+Blue) = 194+176+223=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0DF is #3D4F20. Grayscale: #BABABA. Windows color (decimal): -4017953 or 14659778. OLE color: 14659778.

HSL color Cylindrical-coordinate representation of color #C2B0DF: hue angle of 262.98º degrees, saturation: 0.42, 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 #C2B0DF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 176 223 -
CMYK 0.13 0.21 0 0.13
HSL 262.98º 0.42% 0.78% -
HSV(B) 262.98º 0.21% 0.87% -
XYZ 51.09 47.85 76.35 -
YUV 186.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 194 176 223 0.13 0.21 0 0.13 262.98 0.42 0.78
Hex C2 B0 DF D 15 0 D 107 2A 4E
Octal 302 260 337 15 25 0 15 407 52 116
Binary 11000010 10110000 11011111 1101 10101 0 1101 100000111 101010 1001110

Color Harmonies of #C2B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B0DF

Black with #C2B0DF

Text Example


Text Example

White with #C2B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B0DF; }

 p { color: rgb(194,176,223); }

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

background-color css

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

 a { background-color: rgb(194,176,223); }

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

border-color css

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

 span { border-color: rgb(194,176,223); }

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