#CBBEE8

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

Shades of Melrose #CBBEE8

Tints of Melrose #CBBEE8

Color information

#CBBEE8 (or 0xCBBEE8) is unknown color: approx Melrose. HEX triplet: CB, BE and E8. RGB value is (203,190,232). Sum of RGB (Red+Green+Blue) = 203+190+232=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEE8 is #344117. Grayscale: #C6C6C6. Windows color (decimal): -3424536 or 15253195. OLE color: 15253195.

HSL color Cylindrical-coordinate representation of color #CBBEE8: hue angle of 258.57º degrees, saturation: 0.48, 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 #CBBEE8 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203190232-
CMYK0.120.1800.09
HSL258.57º47.73%82.75%-
HSV(B)258.57º18.1%90.98%-
XYZ57.6155.3583.99-
YUV198.68146.81131.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 232 (91.02% from 255) = 37.12%
R=32.48%
G=30.4%
B=37.12%

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
Decimal2031902320.120.1800.09258.5747.7382.75
HexCBBEE8C12091033053
Octal313276350142201140360123
Binary110010111011111011101000110010010010011000000111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEE8; }

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

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

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

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

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

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

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

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