#CBBEEA

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

Shades of Melrose #CBBEEA

Tints of Melrose #CBBEEA

Color information

#CBBEEA (or 0xCBBEEA) is unknown color: approx Melrose. HEX triplet: CB, BE and EA. RGB value is (203,190,234). Sum of RGB (Red+Green+Blue) = 203+190+234=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEEA is #344115. Grayscale: #C6C6C6. Windows color (decimal): -3424534 or 15384267. OLE color: 15384267.

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

Color convert

RGB203190234-
CMYK0.130.1900.08
HSL257.73º51.16%83.14%-
HSV(B)257.73º18.8%91.76%-
XYZ57.8955.4685.5-
YUV198.9147.81130.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 234 (91.80% from 255) = 37.32%
R=32.38%
G=30.30%
B=37.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031902340.130.1900.08257.7351.1683.14
HexCBBEEAD13081023353
Octal313276352152301040263123
Binary110010111011111011101010110110011010001000000101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEEA; }

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

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

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

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

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

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

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

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