Html Css Color HEX #C2AFEE Melrose

📋 copy color: '#C2AFEE'

red 194 ◦ green 175 ◦ blue 238

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

Shades of Melrose #C2AFEE

Tints of Melrose #C2AFEE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.83%

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

R = 31.96%
G = 28.83%
B = 39.21%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2AFEE (or 0xC2AFEE) is known color: Melrose. HEX triplet: C2, AF and EE. RGB value is (194,175,238). Sum of RGB (Red+Green+Blue) = 194+175+238=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 175 (68.75% from 255 or 28.83% 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 #C2AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFEE is #3D5011. Grayscale: #BBBBBB. Windows color (decimal): -4018194 or 15642562. OLE color: 15642562.

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

Color convert

RGB 194 175 238 -
CMYK 0.18 0.26 0 0.07
HSL 258.1º 0.65% 0.81% -
HSV(B) 258.1º 0.26% 0.93% -
XYZ 53.01 48.3 87.42 -
YUV 187.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 194 175 238 0.18 0.26 0 0.07 258.1 0.65 0.81
Hex C2 AF EE 12 1A 0 7 102 41 51
Octal 302 257 356 22 32 0 7 402 101 121
Binary 11000010 10101111 11101110 10010 11010 0 111 100000010 1000001 1010001

Color Harmonies of #C2AFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFEE

Black with #C2AFEE

Text Example


Text Example

White with #C2AFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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