Html Css Color HEX #C2B3D1 Moon Raker

📋 copy color: '#C2B3D1'

red 194 ◦ green 179 ◦ blue 209

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

Shades of Moon Raker #C2B3D1

Tints of Moon Raker #C2B3D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.91%

R = 33.33%
G = 30.76%
B = 35.91%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2B3D1 (or 0xC2B3D1) is known color: Moon Raker. HEX triplet: C2, B3 and D1. RGB value is (194,179,209). Sum of RGB (Red+Green+Blue) = 194+179+209=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 179 (70.31% from 255 or 30.76% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #C2B3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B3D1 is #3D4C2E. Grayscale: #BABABA. Windows color (decimal): -4017199 or 13743042. OLE color: 13743042.

HSL color Cylindrical-coordinate representation of color #C2B3D1: hue angle of 270º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2B3D1 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 179 209 -
CMYK 0.07 0.14 0 0.18
HSL 270º 0.25% 0.76% -
HSV(B) 270º 0.14% 0.82% -
XYZ 49.88 48.31 67.02 -
YUV 186.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 194 179 209 0.07 0.14 0 0.18 270 0.25 0.76
Hex C2 B3 D1 7 E 0 12 10E 19 4C
Octal 302 263 321 7 16 0 22 416 31 114
Binary 11000010 10110011 11010001 111 1110 0 10010 100001110 11001 1001100

Color Harmonies of #C2B3D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B3D1

Black with #C2B3D1

Text Example


Text Example

White with #C2B3D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B3D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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