#CFC8CC

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

Shades of Twilight #CFC8CC

Tints of Twilight #CFC8CC

Color information

#CFC8CC (or 0xCFC8CC) is unknown color: approx Twilight. HEX triplet: CF, C8 and CC. RGB value is (207,200,204). Sum of RGB (Red+Green+Blue) = 207+200+204=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8CC is #303733. Grayscale: #CACACA. Windows color (decimal): -3159860 or 13420751. OLE color: 13420751.

HSL color Cylindrical-coordinate representation of color #CFC8CC: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFC8CC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB207200204-
CMYK00.030.010.19
HSL325.71º6.8%79.8%-
HSV(B)325.71º3.38%81.18%-
XYZ57.2958.9365.48-
YUV202.55128.82131.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.88%
GREEN value IS 200 (78.52% from 255) = 32.73%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=33.88%
G=32.73%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720020400.030.010.19325.716.879.8
HexCFC8CC03113146750
Octal317310314031235067120
Binary1100111111001000110011000111100111010001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC8CC; }

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

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

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

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

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

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

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

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