#CDCBD3

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

Shades of Melrose #CDCBD3

Tints of Melrose #CDCBD3

Color information

#CDCBD3 (or 0xCDCBD3) is unknown color: approx Melrose. HEX triplet: CD, CB and D3. RGB value is (205,203,211). Sum of RGB (Red+Green+Blue) = 205+203+211=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDCBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBD3 is #32342C. Grayscale: #CCCCCC. Windows color (decimal): -3290157 or 13880269. OLE color: 13880269.

HSL color Cylindrical-coordinate representation of color #CDCBD3: hue angle of 255º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDCBD3 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205203211-
CMYK0.030.0400.17
HSL255º8.33%81.18%-
HSV(B)255º3.79%82.75%-
XYZ58.2960.3970.21-
YUV204.51131.66128.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.12%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 211 (82.81% from 255) = 34.09%
R=33.12%
G=32.79%
B=34.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052032110.030.0400.172558.3381.18
HexCDCBD334011ff851
Octal3153133233402137710121
Binary110011011100101111010011111000100011111111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBD3; }

 p { color: rgb(205,203,211); }

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

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

 a { background-color: rgb(205,203,211); }

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

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

 span { border-color: rgb(205,203,211); }

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