#CBC4EA

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

Shades of Melrose #CBC4EA

Tints of Melrose #CBC4EA

Color information

#CBC4EA (or 0xCBC4EA) is unknown color: approx Melrose. HEX triplet: CB, C4 and EA. RGB value is (203,196,234). Sum of RGB (Red+Green+Blue) = 203+196+234=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4EA is #343B15. Grayscale: #CACACA. Windows color (decimal): -3422998 or 15385803. OLE color: 15385803.

HSL color Cylindrical-coordinate representation of color #CBC4EA: hue angle of 251.05º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC4EA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203196234-
CMYK0.130.1600.08
HSL251.05º47.5%84.31%-
HSV(B)251.05º16.24%91.76%-
XYZ59.2258.1285.94-
YUV202.42145.82128.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=32.07%
G=30.96%
B=36.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031962340.130.1600.08251.0547.584.31
HexCBC4EAD1008fb2f54
Octal313304352152001037357124
Binary11001011110001001110101011011000001000111110111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4EA; }

 p { color: rgb(203,196,234); }

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

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

 a { background-color: rgb(203,196,234); }

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

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

 span { border-color: rgb(203,196,234); }

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