Html Css Color HEX #C2B0DE Moon Raker

📋 copy color: '#C2B0DE'

red 194 ◦ green 176 ◦ blue 222

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

Shades of Moon Raker #C2B0DE

Tints of Moon Raker #C2B0DE

RGB

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

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

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

R = 32.77%
G = 29.73%
B = 37.5%

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

#C2B0DE (or 0xC2B0DE) is known color: Moon Raker. HEX triplet: C2, B0 and DE. RGB value is (194,176,222). Sum of RGB (Red+Green+Blue) = 194+176+222=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B0DE is #3D4F21. Grayscale: #BABABA. Windows color (decimal): -4017954 or 14594242. OLE color: 14594242.

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

Color convert

RGB 194 176 222 -
CMYK 0.13 0.21 0 0.13
HSL 263.48º 0.41% 0.78% -
HSV(B) 263.48º 0.21% 0.87% -
XYZ 50.96 47.79 75.65 -
YUV 186.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 194 176 222 0.13 0.21 0 0.13 263.48 0.41 0.78
Hex C2 B0 DE D 15 0 D 107 29 4E
Octal 302 260 336 15 25 0 15 407 51 116
Binary 11000010 10110000 11011110 1101 10101 0 1101 100000111 101001 1001110

Color Harmonies of #C2B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B0DE

Black with #C2B0DE

Text Example


Text Example

White with #C2B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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