Html Css Color HEX #C2ADEE Melrose

📋 copy color: '#C2ADEE'

red 194 ◦ green 173 ◦ blue 238

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

Shades of Melrose #C2ADEE

Tints of Melrose #C2ADEE

RGB

 RED value IS 194 (76.17% from 255) = 32.07%

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

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 32.07%
G = 28.6%
B = 39.34%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2ADEE (or 0xC2ADEE) is known color: Melrose. HEX triplet: C2, AD and EE. RGB value is (194,173,238). Sum of RGB (Red+Green+Blue) = 194+173+238=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ADEE is #3D5211. Grayscale: #BABABA. Windows color (decimal): -4018706 or 15642050. OLE color: 15642050.

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

Color convert

RGB 194 173 238 -
CMYK 0.18 0.27 0 0.07
HSL 259.38º 0.66% 0.81% -
HSV(B) 259.38º 0.27% 0.93% -
XYZ 52.62 47.53 87.29 -
YUV 186.69 156.96 133.21 -
System Red Green Blue C M Y K H S L
Decimal 194 173 238 0.18 0.27 0 0.07 259.38 0.66 0.81
Hex C2 AD EE 12 1B 0 7 103 42 51
Octal 302 255 356 22 33 0 7 403 102 121
Binary 11000010 10101101 11101110 10010 11011 0 111 100000011 1000010 1010001

Color Harmonies of #C2ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADEE

Black with #C2ADEE

Text Example


Text Example

White with #C2ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADEE; }

 p { color: rgb(194,173,238); }

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

background-color css

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

 a { background-color: rgb(194,173,238); }

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

border-color css

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

 span { border-color: rgb(194,173,238); }

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