#CBC0EF

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

Shades of Melrose #CBC0EF

Tints of Melrose #CBC0EF

Color information

#CBC0EF (or 0xCBC0EF) is unknown color: approx Melrose. HEX triplet: CB, C0 and EF. RGB value is (203,192,239). Sum of RGB (Red+Green+Blue) = 203+192+239=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0EF is #343F10. Grayscale: #C8C8C8. Windows color (decimal): -3424017 or 15712459. OLE color: 15712459.

HSL color Cylindrical-coordinate representation of color #CBC0EF: hue angle of 254.04º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBC0EF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203192239-
CMYK0.150.2000.06
HSL254.04º59.49%84.51%-
HSV(B)254.04º19.67%93.73%-
XYZ59.0656.6389.48-
YUV200.65149.64129.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.02%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=32.02%
G=30.28%
B=37.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031922390.150.2000.06254.0459.4984.51
HexCBC0EFF1406fe3b55
Octal31330035717240637673125
Binary1100101111000000111011111111101000110111111101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0EF; }

 p { color: rgb(203,192,239); }

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

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

 a { background-color: rgb(203,192,239); }

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

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

 span { border-color: rgb(203,192,239); }

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