Html Css Color HEX #C2B3DE Moon Raker

📋 copy color: '#C2B3DE'

red 194 ◦ green 179 ◦ blue 222

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

Shades of Moon Raker #C2B3DE

Tints of Moon Raker #C2B3DE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.08%

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

R = 32.61%
G = 30.08%
B = 37.31%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2B3DE (or 0xC2B3DE) is known color: Moon Raker. HEX triplet: C2, B3 and DE. RGB value is (194,179,222). Sum of RGB (Red+Green+Blue) = 194+179+222=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2B3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3DE is #3D4C21. Grayscale: #BCBCBC. Windows color (decimal): -4017186 or 14595010. OLE color: 14595010.

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

Color convert

RGB 194 179 222 -
CMYK 0.13 0.19 0 0.13
HSL 260.93º 0.39% 0.79% -
HSV(B) 260.93º 0.19% 0.87% -
XYZ 51.55 48.98 75.84 -
YUV 188.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 194 179 222 0.13 0.19 0 0.13 260.93 0.39 0.79
Hex C2 B3 DE D 13 0 D 105 27 4F
Octal 302 263 336 15 23 0 15 405 47 117
Binary 11000010 10110011 11011110 1101 10011 0 1101 100000101 100111 1001111

Color Harmonies of #C2B3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B3DE

Black with #C2B3DE

Text Example


Text Example

White with #C2B3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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