Html Css Color HEX #C3B8ED Melrose

📋 copy color: '#C3B8ED'

red 195 ◦ green 184 ◦ blue 237

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

Shades of Melrose #C3B8ED

Tints of Melrose #C3B8ED

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.87%

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

R = 31.66%
G = 29.87%
B = 38.47%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3B8ED (or 0xC3B8ED) is known color: Melrose. HEX triplet: C3, B8 and ED. RGB value is (195,184,237). Sum of RGB (Red+Green+Blue) = 195+184+237=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3B8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B8ED is #3C4712. Grayscale: #C1C1C1. Windows color (decimal): -3950355 or 15579331. OLE color: 15579331.

HSL color Cylindrical-coordinate representation of color #C3B8ED: hue angle of 252.45º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3B8ED is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 184 237 -
CMYK 0.18 0.22 0 0.07
HSL 252.45º 0.6% 0.83% -
HSV(B) 252.45º 0.22% 0.93% -
XYZ 54.93 52 87.26 -
YUV 193.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 195 184 237 0.18 0.22 0 0.07 252.45 0.6 0.83
Hex C3 B8 ED 12 16 0 7 FC 3C 53
Octal 303 270 355 22 26 0 7 374 74 123
Binary 11000011 10111000 11101101 10010 10110 0 111 11111100 111100 1010011

Color Harmonies of #C3B8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B8ED

Black with #C3B8ED

Text Example


Text Example

White with #C3B8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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