Html Css Color HEX #C2B1DF Moon Raker

📋 copy color: '#C2B1DF'

red 194 ◦ green 177 ◦ blue 223

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

Shades of Moon Raker #C2B1DF

Tints of Moon Raker #C2B1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.8%

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

R = 32.66%
G = 29.8%
B = 37.54%

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

#C2B1DF (or 0xC2B1DF) is known color: Moon Raker. HEX triplet: C2, B1 and DF. RGB value is (194,177,223). Sum of RGB (Red+Green+Blue) = 194+177+223=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1DF is #3D4E20. Grayscale: #BBBBBB. Windows color (decimal): -4017697 or 14660034. OLE color: 14660034.

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

Color convert

RGB 194 177 223 -
CMYK 0.13 0.21 0 0.13
HSL 262.17º 0.42% 0.78% -
HSV(B) 262.17º 0.21% 0.87% -
XYZ 51.29 48.24 76.42 -
YUV 187.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 194 177 223 0.13 0.21 0 0.13 262.17 0.42 0.78
Hex C2 B1 DF D 15 0 D 106 2A 4E
Octal 302 261 337 15 25 0 15 406 52 116
Binary 11000010 10110001 11011111 1101 10101 0 1101 100000110 101010 1001110

Color Harmonies of #C2B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B1DF

Black with #C2B1DF

Text Example


Text Example

White with #C2B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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