#CBBFE8

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

Shades of Melrose #CBBFE8

Tints of Melrose #CBBFE8

Color information

#CBBFE8 (or 0xCBBFE8) is unknown color: approx Melrose. HEX triplet: CB, BF and E8. RGB value is (203,191,232). Sum of RGB (Red+Green+Blue) = 203+191+232=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFE8 is #344017. Grayscale: #C7C7C7. Windows color (decimal): -3424280 or 15253451. OLE color: 15253451.

HSL color Cylindrical-coordinate representation of color #CBBFE8: hue angle of 257.56º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBFE8 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203191232-
CMYK0.120.1800.09
HSL257.56º47.13%82.94%-
HSV(B)257.56º17.67%90.98%-
XYZ57.8255.7884.06-
YUV199.26146.48130.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 191 (75% from 255) = 30.51%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=32.43%
G=30.51%
B=37.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031912320.120.1800.09257.5647.1382.94
HexCBBFE8C12091022f53
Octal313277350142201140257123
Binary110010111011111111101000110010010010011000000101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFE8; }

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

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

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

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

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

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

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

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