#CBC4DA

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

Shades of Melrose #CBC4DA

Tints of Melrose #CBC4DA

Color information

#CBC4DA (or 0xCBC4DA) is unknown color: approx Melrose. HEX triplet: CB, C4 and DA. RGB value is (203,196,218). Sum of RGB (Red+Green+Blue) = 203+196+218=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4DA is #343B25. Grayscale: #C8C8C8. Windows color (decimal): -3423014 or 14337227. OLE color: 14337227.

HSL color Cylindrical-coordinate representation of color #CBC4DA: hue angle of 259.09º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC4DA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203196218-
CMYK0.070.1000.15
HSL259.09º22.92%81.18%-
HSV(B)259.09º10.09%85.49%-
XYZ57.0257.2474.37-
YUV200.6137.82129.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 196 (76.95% from 255) = 31.77%
BLUE value IS 218 (85.55% from 255) = 35.33%
R=32.90%
G=31.77%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031962180.070.1000.15259.0922.9281.18
HexCBC4DA7A0F1031751
Octal31330433271201740327121
Binary110010111100010011011010111101001111100000011101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4DA; }

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

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

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

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

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

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

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

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