#CBB4EA

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

Shades of Melrose #CBB4EA

Tints of Melrose #CBB4EA

Color information

#CBB4EA (or 0xCBB4EA) is unknown color: approx Melrose. HEX triplet: CB, B4 and EA. RGB value is (203,180,234). Sum of RGB (Red+Green+Blue) = 203+180+234=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB4EA is #344B15. Grayscale: #C0C0C0. Windows color (decimal): -3427094 or 15381707. OLE color: 15381707.

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

Color convert

RGB203180234-
CMYK0.130.2300.08
HSL265.56º56.25%81.18%-
HSV(B)265.56º23.08%91.76%-
XYZ55.851.2884.8-
YUV193.03151.12135.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 180 (70.70% from 255) = 29.17%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=32.90%
G=29.17%
B=37.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031802340.130.2300.08265.5656.2581.18
HexCBB4EAD170810a3851
Octal313264352152701041270121
Binary110010111011010011101010110110111010001000010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4EA; }

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

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

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

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

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

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

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

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