#CBBCEE

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

Shades of Melrose #CBBCEE

Tints of Melrose #CBBCEE

Color information

#CBBCEE (or 0xCBBCEE) is unknown color: approx Melrose. HEX triplet: CB, BC and EE. RGB value is (203,188,238). Sum of RGB (Red+Green+Blue) = 203+188+238=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBBCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBCEE is #344311. Grayscale: #C6C6C6. Windows color (decimal): -3425042 or 15645899. OLE color: 15645899.

HSL color Cylindrical-coordinate representation of color #CBBCEE: hue angle of 258º degrees, saturation: 0.6, 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 #CBBCEE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203188238-
CMYK0.150.2100.07
HSL258º59.52%83.53%-
HSV(B)258º21.01%93.33%-
XYZ58.0454.8488.41-
YUV198.18150.47131.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 188 (73.83% from 255) = 29.89%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=32.27%
G=29.89%
B=37.84%

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
Decimal2031882380.150.2100.0725859.5283.53
HexCBBCEEF15071023c54
Octal31327435617250740274124
Binary11001011101111001110111011111010101111000000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCEE; }

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

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

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

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

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

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

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

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