Html Css Color HEX #C2B4EF Melrose

📋 copy color: '#C2B4EF'

red 194 ◦ green 180 ◦ blue 239

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

Shades of Melrose #C2B4EF

Tints of Melrose #C2B4EF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.36%

 BLUE value IS 239 (93.75% from 255) = 38.99%

R = 31.65%
G = 29.36%
B = 38.99%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2B4EF (or 0xC2B4EF) is known color: Melrose. HEX triplet: C2, B4 and EF. RGB value is (194,180,239). Sum of RGB (Red+Green+Blue) = 194+180+239=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 180 (70.70% from 255 or 29.36% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2B4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B4EF is #3D4B10. Grayscale: #BEBEBE. Windows color (decimal): -4016913 or 15709378. OLE color: 15709378.

HSL color Cylindrical-coordinate representation of color #C2B4EF: hue angle of 254.24º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B4EF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 180 239 -
CMYK 0.19 0.25 0 0.06
HSL 254.24º 0.65% 0.82% -
HSV(B) 254.24º 0.25% 0.94% -
XYZ 54.15 50.34 88.52 -
YUV 190.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 194 180 239 0.19 0.25 0 0.06 254.24 0.65 0.82
Hex C2 B4 EF 13 19 0 6 FE 41 52
Octal 302 264 357 23 31 0 6 376 101 122
Binary 11000010 10110100 11101111 10011 11001 0 110 11111110 1000001 1010010

Color Harmonies of #C2B4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B4EF

Black with #C2B4EF

Text Example


Text Example

White with #C2B4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B4EF; }

 p { color: rgb(194,180,239); }

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

background-color css

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

 a { background-color: rgb(194,180,239); }

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

border-color css

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

 span { border-color: rgb(194,180,239); }

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