#CBBBEE

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

Shades of Melrose #CBBBEE

Tints of Melrose #CBBBEE

Color information

#CBBBEE (or 0xCBBBEE) is unknown color: approx Melrose. HEX triplet: CB, BB and EE. RGB value is (203,187,238). Sum of RGB (Red+Green+Blue) = 203+187+238=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBEE is #344411. Grayscale: #C5C5C5. Windows color (decimal): -3425298 or 15645643. OLE color: 15645643.

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

Color convert

RGB203187238-
CMYK0.150.2100.07
HSL258.82º60%83.33%-
HSV(B)258.82º21.43%93.33%-
XYZ57.8354.4188.34-
YUV197.6150.8131.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=32.32%
G=29.78%
B=37.90%

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
Decimal2031872380.150.2100.07258.826083.33
HexCBBBEEF15071033c53
Octal31327335617250740374123
Binary11001011101110111110111011111010101111000000111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBBEE; }

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

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

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

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

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

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

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

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