Html Css Color HEX #C1ADED Melrose

📋 copy color: '#C1ADED'

red 193 ◦ green 173 ◦ blue 237

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

Shades of Melrose #C1ADED

Tints of Melrose #C1ADED

RGB

 RED value IS 193 (75.78% from 255) = 32.01%

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

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

R = 32.01%
G = 28.69%
B = 39.3%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1ADED (or 0xC1ADED) is known color: Melrose. HEX triplet: C1, AD and ED. RGB value is (193,173,237). Sum of RGB (Red+Green+Blue) = 193+173+237=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADED is #3E5212. Grayscale: #BABABA. Windows color (decimal): -4084243 or 15576513. OLE color: 15576513.

HSL color Cylindrical-coordinate representation of color #C1ADED: hue angle of 258.75º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1ADED is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 173 237 -
CMYK 0.19 0.27 0 0.07
HSL 258.75º 0.64% 0.8% -
HSV(B) 258.75º 0.27% 0.93% -
XYZ 52.22 47.34 86.51 -
YUV 186.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 193 173 237 0.19 0.27 0 0.07 258.75 0.64 0.8
Hex C1 AD ED 13 1B 0 7 103 40 50
Octal 301 255 355 23 33 0 7 403 100 120
Binary 11000001 10101101 11101101 10011 11011 0 111 100000011 1000000 1010000

Color Harmonies of #C1ADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADED

Black with #C1ADED

Text Example


Text Example

White with #C1ADED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADED; }

 p { color: rgb(193,173,237); }

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

background-color css

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

 a { background-color: rgb(193,173,237); }

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

border-color css

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

 span { border-color: rgb(193,173,237); }

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