Html Css Color HEX #C3BDED Melrose

📋 copy color: '#C3BDED'

red 195 ◦ green 189 ◦ blue 237

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

Shades of Melrose #C3BDED

Tints of Melrose #C3BDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 31.4%
G = 30.43%
B = 38.16%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3BDED (or 0xC3BDED) is known color: Melrose. HEX triplet: C3, BD and ED. RGB value is (195,189,237). Sum of RGB (Red+Green+Blue) = 195+189+237=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDED is #3C4212. Grayscale: #C4C4C4. Windows color (decimal): -3949075 or 15580611. OLE color: 15580611.

HSL color Cylindrical-coordinate representation of color #C3BDED: hue angle of 247.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3BDED is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 189 237 -
CMYK 0.18 0.20 0 0.07
HSL 247.5º 0.57% 0.84% -
HSV(B) 247.5º 0.2% 0.93% -
XYZ 55.99 54.11 87.61 -
YUV 196.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 195 189 237 0.18 0.20 0 0.07 247.5 0.57 0.84
Hex C3 BD ED 12 14 0 7 F8 39 54
Octal 303 275 355 22 24 0 7 370 71 124
Binary 11000011 10111101 11101101 10010 10100 0 111 11111000 111001 1010100

Color Harmonies of #C3BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDED

Black with #C3BDED

Text Example


Text Example

White with #C3BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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