#CBBFE0

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

Shades of Melrose #CBBFE0

Tints of Melrose #CBBFE0

Color information

#CBBFE0 (or 0xCBBFE0) is unknown color: approx Melrose. HEX triplet: CB, BF and E0. RGB value is (203,191,224). Sum of RGB (Red+Green+Blue) = 203+191+224=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFE0 is #34401F. Grayscale: #C6C6C6. Windows color (decimal): -3424288 or 14729163. OLE color: 14729163.

HSL color Cylindrical-coordinate representation of color #CBBFE0: hue angle of 261.82º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBFE0 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203191224-
CMYK0.090.1500.12
HSL261.82º34.74%81.37%-
HSV(B)261.82º14.73%87.84%-
XYZ56.7155.3478.21-
YUV198.35142.48131.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 224 (87.89% from 255) = 36.25%
R=32.85%
G=30.91%
B=36.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031912240.090.1500.12261.8234.7481.37
HexCBBFE09F0C1062351
Octal313277340111701440643121
Binary11001011101111111110000010011111011001000001101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFE0; }

 p { color: rgb(203,191,224); }

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

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

 a { background-color: rgb(203,191,224); }

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

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

 span { border-color: rgb(203,191,224); }

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