Html Css Color HEX #C4ADEE Melrose

📋 copy color: '#C4ADEE'

red 196 ◦ green 173 ◦ blue 238

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

Shades of Melrose #C4ADEE

Tints of Melrose #C4ADEE

RGB

 RED value IS 196 (76.95% from 255) = 32.29%

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

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

R = 32.29%
G = 28.5%
B = 39.21%

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

#C4ADEE (or 0xC4ADEE) is known color: Melrose. HEX triplet: C4, AD and EE. RGB value is (196,173,238). Sum of RGB (Red+Green+Blue) = 196+173+238=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADEE is #3B5211. Grayscale: #BBBBBB. Windows color (decimal): -3887634 or 15642052. OLE color: 15642052.

HSL color Cylindrical-coordinate representation of color #C4ADEE: hue angle of 261.23º 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 #C4ADEE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 173 238 -
CMYK 0.18 0.27 0 0.07
HSL 261.23º 0.66% 0.81% -
HSV(B) 261.23º 0.27% 0.93% -
XYZ 53.14 47.8 87.31 -
YUV 187.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 196 173 238 0.18 0.27 0 0.07 261.23 0.66 0.81
Hex C4 AD EE 12 1B 0 7 105 42 51
Octal 304 255 356 22 33 0 7 405 102 121
Binary 11000100 10101101 11101110 10010 11011 0 111 100000101 1000010 1010001

Color Harmonies of #C4ADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADEE

Black with #C4ADEE

Text Example


Text Example

White with #C4ADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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