#CFCDD9

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

Shades of Melrose #CFCDD9

Tints of Melrose #CFCDD9

Color information

#CFCDD9 (or 0xCFCDD9) is unknown color: approx Melrose. HEX triplet: CF, CD and D9. RGB value is (207,205,217). Sum of RGB (Red+Green+Blue) = 207+205+217=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDD9 is #303226. Grayscale: #CECECE. Windows color (decimal): -3158567 or 14273999. OLE color: 14273999.

HSL color Cylindrical-coordinate representation of color #CFCDD9: hue angle of 250º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCDD9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207205217-
CMYK0.050.0600.15
HSL250º13.64%82.75%-
HSV(B)250º5.53%85.1%-
XYZ60.0961.9474.43-
YUV206.97133.66128.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 205 (80.47% from 255) = 32.59%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=32.91%
G=32.59%
B=34.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072052170.050.0600.1525013.6482.75
HexCFCDD9560Ffae53
Octal3173153315601737216123
Binary110011111100110111011001101110011111111101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDD9; }

 p { color: rgb(207,205,217); }

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

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

 a { background-color: rgb(207,205,217); }

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

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

 span { border-color: rgb(207,205,217); }

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