#CBC2EA

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

Shades of Melrose #CBC2EA

Tints of Melrose #CBC2EA

Color information

#CBC2EA (or 0xCBC2EA) is unknown color: approx Melrose. HEX triplet: CB, C2 and EA. RGB value is (203,194,234). Sum of RGB (Red+Green+Blue) = 203+194+234=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2EA is #343D15. Grayscale: #C9C9C9. Windows color (decimal): -3423510 or 15385291. OLE color: 15385291.

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

Color convert

RGB203194234-
CMYK0.130.1700.08
HSL253.5º48.78%83.92%-
HSV(B)253.5º17.09%91.76%-
XYZ58.7757.2285.79-
YUV201.25146.48129.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 194 (76.17% from 255) = 30.74%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=32.17%
G=30.74%
B=37.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031942340.130.1700.08253.548.7883.92
HexCBC2EAD1108fe3154
Octal313302352152101037661124
Binary11001011110000101110101011011000101000111111101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2EA; }

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

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

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

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

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

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

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

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