#CFCDDC

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

Shades of Melrose #CFCDDC

Tints of Melrose #CFCDDC

Color information

#CFCDDC (or 0xCFCDDC) is unknown color: approx Melrose. HEX triplet: CF, CD and DC. RGB value is (207,205,220). Sum of RGB (Red+Green+Blue) = 207+205+220=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDDC is #303223. Grayscale: #CFCFCF. Windows color (decimal): -3158564 or 14470607. OLE color: 14470607.

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

Color convert

RGB207205220-
CMYK0.060.0700.14
HSL248º17.65%83.33%-
HSV(B)248º6.82%86.27%-
XYZ60.4862.176.51-
YUV207.31135.16127.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=32.75%
G=32.44%
B=34.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072052200.060.0700.1424817.6583.33
HexCFCDDC670Ef81253
Octal3173153346701637022123
Binary1100111111001101110111001101110111011111000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDDC; }

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

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

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

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

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

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

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

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