Html Css Color HEX #C3BDDF Melrose

📋 copy color: '#C3BDDF'

red 195 ◦ green 189 ◦ blue 223

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

Shades of Melrose #C3BDDF

Tints of Melrose #C3BDDF

RGB

 RED value IS 195 (76.56% from 255) = 32.13%

 GREEN value IS 189 (74.22% from 255) = 31.14%

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

R = 32.13%
G = 31.14%
B = 36.74%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3BDDF (or 0xC3BDDF) is known color: Melrose. HEX triplet: C3, BD and DF. RGB value is (195,189,223). Sum of RGB (Red+Green+Blue) = 195+189+223=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDDF is #3C4220. Grayscale: #C2C2C2. Windows color (decimal): -3949089 or 14663107. OLE color: 14663107.

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

Color convert

RGB 195 189 223 -
CMYK 0.13 0.15 0 0.13
HSL 250.59º 0.35% 0.81% -
HSV(B) 250.59º 0.15% 0.87% -
XYZ 54.02 53.33 77.26 -
YUV 194.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 195 189 223 0.13 0.15 0 0.13 250.59 0.35 0.81
Hex C3 BD DF D F 0 D FB 23 51
Octal 303 275 337 15 17 0 15 373 43 121
Binary 11000011 10111101 11011111 1101 1111 0 1101 11111011 100011 1010001

Color Harmonies of #C3BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDDF

Black with #C3BDDF

Text Example


Text Example

White with #C3BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDDF; }

 p { color: rgb(195,189,223); }

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

background-color css

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

 a { background-color: rgb(195,189,223); }

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

border-color css

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

 span { border-color: rgb(195,189,223); }

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