#CBBBE2

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

Shades of Melrose #CBBBE2

Tints of Melrose #CBBBE2

Color information

#CBBBE2 (or 0xCBBBE2) is unknown color: approx Melrose. HEX triplet: CB, BB and E2. RGB value is (203,187,226). Sum of RGB (Red+Green+Blue) = 203+187+226=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBE2 is #34441D. Grayscale: #C4C4C4. Windows color (decimal): -3425310 or 14859211. OLE color: 14859211.

HSL color Cylindrical-coordinate representation of color #CBBBE2: hue angle of 264.62º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBBE2 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203187226-
CMYK0.100.1700.11
HSL264.62º40.21%80.98%-
HSV(B)264.62º17.26%88.63%-
XYZ56.1353.7379.36-
YUV196.23144.8132.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 187 (73.44% from 255) = 30.36%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=32.95%
G=30.36%
B=36.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031872260.100.1700.11264.6240.2180.98
HexCBBBE2A110B1092851
Octal313273342122101341150121
Binary110010111011101111100010101010001010111000010011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBE2; }

 p { color: rgb(203,187,226); }

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

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

 a { background-color: rgb(203,187,226); }

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

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

 span { border-color: rgb(203,187,226); }

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