Html Css Color HEX #C3ADFE Melrose

📋 copy color: '#C3ADFE'

red 195 ◦ green 173 ◦ blue 254

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

Shades of Melrose #C3ADFE

Tints of Melrose #C3ADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.81%

 BLUE value IS 254 (99.61% from 255) = 40.84%

R = 31.35%
G = 27.81%
B = 40.84%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C3ADFE (or 0xC3ADFE) is known color: Melrose. HEX triplet: C3, AD and FE. RGB value is (195,173,254). Sum of RGB (Red+Green+Blue) = 195+173+254=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ADFE is #3C5201. Grayscale: #BCBCBC. Windows color (decimal): -3953154 or 16690627. OLE color: 16690627.

HSL color Cylindrical-coordinate representation of color #C3ADFE: hue angle of 256.3º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3ADFE is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 173 254 -
CMYK 0.23 0.32 0 0.00
HSL 256.3º 0.98% 0.84% -
HSV(B) 256.3º 0.32% 1% -
XYZ 55.34 48.65 100.24 -
YUV 188.81 164.79 132.41 -
System Red Green Blue C M Y K H S L
Decimal 195 173 254 0.23 0.32 0 0.00 256.3 0.98 0.84
Hex C3 AD FE 17 20 0 0 100 62 54
Octal 303 255 376 27 40 0 0 400 142 124
Binary 11000011 10101101 11111110 10111 100000 0 0 100000000 1100010 1010100

Color Harmonies of #C3ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADFE

Black with #C3ADFE

Text Example


Text Example

White with #C3ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADFE; }

 p { color: rgb(195,173,254); }

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

background-color css

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

 a { background-color: rgb(195,173,254); }

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

border-color css

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

 span { border-color: rgb(195,173,254); }

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