#CBBFEE

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

Shades of Melrose #CBBFEE

Tints of Melrose #CBBFEE

Color information

#CBBFEE (or 0xCBBFEE) is unknown color: approx Melrose. HEX triplet: CB, BF and EE. RGB value is (203,191,238). Sum of RGB (Red+Green+Blue) = 203+191+238=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFEE is #344011. Grayscale: #C7C7C7. Windows color (decimal): -3424274 or 15646667. OLE color: 15646667.

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

Color convert

RGB203191238-
CMYK0.150.2000.07
HSL255.32º58.02%84.12%-
HSV(B)255.32º19.75%93.33%-
XYZ58.6956.1388.63-
YUV199.95149.48130.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.12%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=32.12%
G=30.22%
B=37.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031912380.150.2000.07255.3258.0284.12
HexCBBFEEF1407ff3a54
Octal31327735617240737772124
Binary1100101110111111111011101111101000111111111111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBFEE; }

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

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

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

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

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

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

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

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