Html Css Color HEX #C3BDD0 Melrose

📋 copy color: '#C3BDD0'

red 195 ◦ green 189 ◦ blue 208

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

Shades of Melrose #C3BDD0

Tints of Melrose #C3BDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.14%

R = 32.94%
G = 31.93%
B = 35.14%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C3BDD0 (or 0xC3BDD0) is known color: Melrose. HEX triplet: C3, BD and D0. RGB value is (195,189,208). Sum of RGB (Red+Green+Blue) = 195+189+208=592 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.94% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDD0 is #3C422F. Grayscale: #C0C0C0. Windows color (decimal): -3949104 or 13680067. OLE color: 13680067.

HSL color Cylindrical-coordinate representation of color #C3BDD0: hue angle of 258.95º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3BDD0 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 189 208 -
CMYK 0.06 0.09 0 0.18
HSL 258.95º 0.17% 0.78% -
HSV(B) 258.95º 0.09% 0.82% -
XYZ 52.09 52.55 67.07 -
YUV 192.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 195 189 208 0.06 0.09 0 0.18 258.95 0.17 0.78
Hex C3 BD D0 6 9 0 12 103 11 4E
Octal 303 275 320 6 11 0 22 403 21 116
Binary 11000011 10111101 11010000 110 1001 0 10010 100000011 10001 1001110

Color Harmonies of #C3BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDD0

Black with #C3BDD0

Text Example


Text Example

White with #C3BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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