#CBB2EF

Color #CBB2EF Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #CBB2EF

Tints of Melrose #CBB2EF

Color information

#CBB2EF (or 0xCBB2EF) is unknown color: approx Melrose. HEX triplet: CB, B2 and EF. RGB value is (203,178,239). Sum of RGB (Red+Green+Blue) = 203+178+239=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2EF is #344D10. Grayscale: #C0C0C0. Windows color (decimal): -3427601 or 15708875. OLE color: 15708875.

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

Color convert

RGB203178239-
CMYK0.150.2600.06
HSL264.59º65.59%81.76%-
HSV(B)264.59º25.52%93.73%-
XYZ56.1350.7788.5-
YUV192.43154.28135.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.74%
GREEN value IS 178 (69.92% from 255) = 28.71%
BLUE value IS 239 (93.75% from 255) = 38.55%
R=32.74%
G=28.71%
B=38.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031782390.150.2600.06264.5965.5981.76
HexCBB2EFF1A061094252
Octal313262357173206411102122
Binary110010111011001011101111111111010011010000100110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2EF; }

 p { color: rgb(203,178,239); }

 H1.HeaderClassName
 {
   color: #CBB2EF;
 }
 .AnyTagClassName
 {
   color: #CBB2EF;
 }
</style>
background-color css

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

 a { background-color: rgb(203,178,239); }

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

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

 span { border-color: rgb(203,178,239); }

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