#CBBDEE

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

Shades of Melrose #CBBDEE

Tints of Melrose #CBBDEE

Color information

#CBBDEE (or 0xCBBDEE) is unknown color: approx Melrose. HEX triplet: CB, BD and EE. RGB value is (203,189,238). Sum of RGB (Red+Green+Blue) = 203+189+238=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDEE is #344211. Grayscale: #C6C6C6. Windows color (decimal): -3424786 or 15646155. OLE color: 15646155.

HSL color Cylindrical-coordinate representation of color #CBBDEE: hue angle of 257.14º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBBDEE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203189238-
CMYK0.150.2100.07
HSL257.14º59.04%83.73%-
HSV(B)257.14º20.59%93.33%-
XYZ58.2655.2688.49-
YUV198.77150.14131.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 189 (74.22% from 255) = 30%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=32.22%
G=30%
B=37.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031892380.150.2100.07257.1459.0483.73
HexCBBDEEF15071013b54
Octal31327535617250740173124
Binary11001011101111011110111011111010101111000000011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDEE; }

 p { color: rgb(203,189,238); }

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

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

 a { background-color: rgb(203,189,238); }

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

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

 span { border-color: rgb(203,189,238); }

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