Html Css Color HEX #C2B8E7 Melrose

📋 copy color: '#C2B8E7'

red 194 ◦ green 184 ◦ blue 231

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

Shades of Melrose #C2B8E7

Tints of Melrose #C2B8E7

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.21%

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 31.86%
G = 30.21%
B = 37.93%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C2B8E7 (or 0xC2B8E7) is known color: Melrose. HEX triplet: C2, B8 and E7. RGB value is (194,184,231). Sum of RGB (Red+Green+Blue) = 194+184+231=609 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.86% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #C2B8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B8E7 is #3D4718. Grayscale: #C0C0C0. Windows color (decimal): -4015897 or 15186114. OLE color: 15186114.

HSL color Cylindrical-coordinate representation of color #C2B8E7: hue angle of 252.77º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2B8E7 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 184 231 -
CMYK 0.16 0.20 0 0.09
HSL 252.77º 0.49% 0.81% -
HSV(B) 252.77º 0.2% 0.91% -
XYZ 53.81 51.52 82.71 -
YUV 192.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 194 184 231 0.16 0.20 0 0.09 252.77 0.49 0.81
Hex C2 B8 E7 10 14 0 9 FD 31 51
Octal 302 270 347 20 24 0 11 375 61 121
Binary 11000010 10111000 11100111 10000 10100 0 1001 11111101 110001 1010001

Color Harmonies of #C2B8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B8E7

Black with #C2B8E7

Text Example


Text Example

White with #C2B8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B8E7; }

 p { color: rgb(194,184,231); }

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

background-color css

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

 a { background-color: rgb(194,184,231); }

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

border-color css

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

 span { border-color: rgb(194,184,231); }

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