#CBC1E8

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

Shades of Melrose #CBC1E8

Tints of Melrose #CBC1E8

Color information

#CBC1E8 (or 0xCBC1E8) is unknown color: approx Melrose. HEX triplet: CB, C1 and E8. RGB value is (203,193,232). Sum of RGB (Red+Green+Blue) = 203+193+232=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBC1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1E8 is #343E17. Grayscale: #C8C8C8. Windows color (decimal): -3423768 or 15253963. OLE color: 15253963.

HSL color Cylindrical-coordinate representation of color #CBC1E8: hue angle of 255.38º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC1E8 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203193232-
CMYK0.120.1700.09
HSL255.38º45.88%83.33%-
HSV(B)255.38º16.81%90.98%-
XYZ58.2656.6684.21-
YUV200.44145.81129.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 193 (75.78% from 255) = 30.73%
BLUE value IS 232 (91.02% from 255) = 36.94%
R=32.32%
G=30.73%
B=36.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031932320.120.1700.09255.3845.8883.33
HexCBC1E8C1109ff2e53
Octal313301350142101137756123
Binary11001011110000011110100011001000101001111111111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC1E8; }

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

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

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

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

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

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

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

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