#CFC7CC

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

Shades of Twilight #CFC7CC

Tints of Twilight #CFC7CC

Color information

#CFC7CC (or 0xCFC7CC) is unknown color: approx Twilight. HEX triplet: CF, C7 and CC. RGB value is (207,199,204). Sum of RGB (Red+Green+Blue) = 207+199+204=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC7CC is #303833. Grayscale: #C9C9C9. Windows color (decimal): -3160116 or 13420495. OLE color: 13420495.

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

Color convert

RGB207199204-
CMYK00.040.010.19
HSL322.5º7.69%79.61%-
HSV(B)322.5º3.86%81.18%-
XYZ57.0558.4765.41-
YUV201.96129.15131.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 199 (78.12% from 255) = 32.62%
BLUE value IS 204 (80.08% from 255) = 33.44%
R=33.93%
G=32.62%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719920400.040.010.19322.57.6979.61
HexCFC7CC04113143850
Octal3173073140412350310120
Binary110011111100011111001100010011001110100001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC7CC; }

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

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

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

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

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

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

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

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