#CFCCE0

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

Shades of Melrose #CFCCE0

Tints of Melrose #CFCCE0

Color information

#CFCCE0 (or 0xCFCCE0) is unknown color: approx Melrose. HEX triplet: CF, CC and E0. RGB value is (207,204,224). Sum of RGB (Red+Green+Blue) = 207+204+224=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #CFCCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCE0 is #30331F. Grayscale: #CFCFCF. Windows color (decimal): -3158816 or 14732495. OLE color: 14732495.

HSL color Cylindrical-coordinate representation of color #CFCCE0: hue angle of 249º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFCCE0 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB207204224-
CMYK0.080.0900.12
HSL249º24.39%83.92%-
HSV(B)249º8.93%87.84%-
XYZ60.7861.8379.25-
YUV207.18137.49127.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 224 (87.89% from 255) = 35.28%
R=32.60%
G=32.13%
B=35.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072042240.080.0900.1224924.3983.92
HexCFCCE0890Cf91854
Octal317314340101101437130124
Binary110011111100110011100000100010010110011111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCE0; }

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

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

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

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

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

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

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

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