#CBC3EE

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

Shades of Melrose #CBC3EE

Tints of Melrose #CBC3EE

Color information

#CBC3EE (or 0xCBC3EE) is unknown color: approx Melrose. HEX triplet: CB, C3 and EE. RGB value is (203,195,238). Sum of RGB (Red+Green+Blue) = 203+195+238=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC3EE is #343C11. Grayscale: #CACACA. Windows color (decimal): -3423250 or 15647691. OLE color: 15647691.

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

Color convert

RGB203195238-
CMYK0.150.1800.07
HSL251.16º55.84%84.9%-
HSV(B)251.16º18.07%93.33%-
XYZ59.5857.988.92-
YUV202.29148.15128.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=31.92%
G=30.66%
B=37.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031952380.150.1800.07251.1655.8484.9
HexCBC3EEF1207fb3855
Octal31330335617220737370125
Binary1100101111000011111011101111100100111111110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC3EE; }

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

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

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

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

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

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

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

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