Html Css Color HEX #C2B6DF Melrose

📋 copy color: '#C2B6DF'

red 194 ◦ green 182 ◦ blue 223

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

Shades of Melrose #C2B6DF

Tints of Melrose #C2B6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.38%

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

R = 32.39%
G = 30.38%
B = 37.23%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2B6DF (or 0xC2B6DF) is known color: Melrose. HEX triplet: C2, B6 and DF. RGB value is (194,182,223). Sum of RGB (Red+Green+Blue) = 194+182+223=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 182 (71.48% from 255 or 30.38% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6DF is #3D4920. Grayscale: #BEBEBE. Windows color (decimal): -4016417 or 14661314. OLE color: 14661314.

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

Color convert

RGB 194 182 223 -
CMYK 0.13 0.18 0 0.13
HSL 257.56º 0.39% 0.79% -
HSV(B) 257.56º 0.18% 0.87% -
XYZ 52.3 50.25 76.76 -
YUV 190.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 194 182 223 0.13 0.18 0 0.13 257.56 0.39 0.79
Hex C2 B6 DF D 12 0 D 102 27 4F
Octal 302 266 337 15 22 0 15 402 47 117
Binary 11000010 10110110 11011111 1101 10010 0 1101 100000010 100111 1001111

Color Harmonies of #C2B6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B6DF

Black with #C2B6DF

Text Example


Text Example

White with #C2B6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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