#CFCCDF

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

Shades of Melrose #CFCCDF

Tints of Melrose #CFCCDF

Color information

#CFCCDF (or 0xCFCCDF) is unknown color: approx Melrose. HEX triplet: CF, CC and DF. RGB value is (207,204,223). Sum of RGB (Red+Green+Blue) = 207+204+223=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFCCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCDF is #303320. Grayscale: #CECECE. Windows color (decimal): -3158817 or 14666959. OLE color: 14666959.

HSL color Cylindrical-coordinate representation of color #CFCCDF: hue angle of 249.47º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCCDF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207204223-
CMYK0.070.0900.13
HSL249.47º22.89%83.73%-
HSV(B)249.47º8.52%87.45%-
XYZ60.6461.7878.54-
YUV207.06136.99127.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 204 (80.08% from 255) = 32.18%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=32.65%
G=32.18%
B=35.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072042230.070.0900.13249.4722.8983.73
HexCFCCDF790Df91754
Octal31731433771101537127124
Binary11001111110011001101111111110010110111111001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCDF; }

 p { color: rgb(207,204,223); }

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

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

 a { background-color: rgb(207,204,223); }

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

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

 span { border-color: rgb(207,204,223); }

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