#CBC1EE

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

Shades of Melrose #CBC1EE

Tints of Melrose #CBC1EE

Color information

#CBC1EE (or 0xCBC1EE) is unknown color: approx Melrose. HEX triplet: CB, C1 and EE. RGB value is (203,193,238). Sum of RGB (Red+Green+Blue) = 203+193+238=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1EE is #343E11. Grayscale: #C8C8C8. Windows color (decimal): -3423762 or 15647179. OLE color: 15647179.

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

Color convert

RGB203193238-
CMYK0.150.1900.07
HSL253.33º56.96%84.51%-
HSV(B)253.33º18.91%93.33%-
XYZ59.1357.0188.78-
YUV201.12148.81129.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=32.02%
G=30.44%
B=37.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031932380.150.1900.07253.3356.9684.51
HexCBC1EEF1307fd3955
Octal31330135617230737571125
Binary1100101111000001111011101111100110111111111011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1EE; }

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

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

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

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

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

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

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

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