Html Css Color HEX #C2B4EE Melrose

📋 copy color: '#C2B4EE'

red 194 ◦ green 180 ◦ blue 238

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

Shades of Melrose #C2B4EE

Tints of Melrose #C2B4EE

RGB

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

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

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

R = 31.7%
G = 29.41%
B = 38.89%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2B4EE (or 0xC2B4EE) is known color: Melrose. HEX triplet: C2, B4 and EE. RGB value is (194,180,238). Sum of RGB (Red+Green+Blue) = 194+180+238=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2B4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B4EE is #3D4B11. Grayscale: #BEBEBE. Windows color (decimal): -4016914 or 15643842. OLE color: 15643842.

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

Color convert

RGB 194 180 238 -
CMYK 0.18 0.24 0 0.07
HSL 254.48º 0.63% 0.82% -
HSV(B) 254.48º 0.24% 0.93% -
XYZ 54 50.28 87.75 -
YUV 190.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 194 180 238 0.18 0.24 0 0.07 254.48 0.63 0.82
Hex C2 B4 EE 12 18 0 7 FE 3F 52
Octal 302 264 356 22 30 0 7 376 77 122
Binary 11000010 10110100 11101110 10010 11000 0 111 11111110 111111 1010010

Color Harmonies of #C2B4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B4EE

Black with #C2B4EE

Text Example


Text Example

White with #C2B4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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