#CBBBDF

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

Shades of Melrose #CBBBDF

Tints of Melrose #CBBBDF

Color information

#CBBBDF (or 0xCBBBDF) is unknown color: approx Melrose. HEX triplet: CB, BB and DF. RGB value is (203,187,223). Sum of RGB (Red+Green+Blue) = 203+187+223=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBBBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBDF is #344420. Grayscale: #C3C3C3. Windows color (decimal): -3425313 or 14662603. OLE color: 14662603.

HSL color Cylindrical-coordinate representation of color #CBBBDF: hue angle of 266.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBBBDF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203187223-
CMYK0.090.1600.13
HSL266.67º36%80.39%-
HSV(B)266.67º16.14%87.45%-
XYZ55.7253.5677.21-
YUV195.89143.3133.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 187 (73.44% from 255) = 30.51%
BLUE value IS 223 (87.5% from 255) = 36.38%
R=33.12%
G=30.51%
B=36.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031872230.090.1600.13266.673680.39
HexCBBBDF9100D10b2450
Octal313273337112001541344120
Binary110010111011101111011111100110000011011000010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBDF; }

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

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

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

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

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

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

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

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