#CBC8DE

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

Shades of Melrose #CBC8DE

Tints of Melrose #CBC8DE

Color information

#CBC8DE (or 0xCBC8DE) is unknown color: approx Melrose. HEX triplet: CB, C8 and DE. RGB value is (203,200,222). Sum of RGB (Red+Green+Blue) = 203+200+222=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8DE is #343721. Grayscale: #CBCBCB. Windows color (decimal): -3421986 or 14600395. OLE color: 14600395.

HSL color Cylindrical-coordinate representation of color #CBC8DE: hue angle of 248.18º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC8DE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203200222-
CMYK0.090.1000.13
HSL248.18º25%82.75%-
HSV(B)248.18º9.91%87.06%-
XYZ58.4759.2877.47-
YUV203.4138.49127.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=32.48%
G=32%
B=35.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032002220.090.1000.13248.182582.75
HexCBC8DE9A0Df81953
Octal313310336111201537031123
Binary110010111100100011011110100110100110111111000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8DE; }

 p { color: rgb(203,200,222); }

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

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

 a { background-color: rgb(203,200,222); }

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

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

 span { border-color: rgb(203,200,222); }

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