#CFBCC7

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

Shades of Twilight #CFBCC7

Tints of Twilight #CFBCC7

Color information

#CFBCC7 (or 0xCFBCC7) is unknown color: approx Twilight. HEX triplet: CF, BC and C7. RGB value is (207,188,199). Sum of RGB (Red+Green+Blue) = 207+188+199=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCC7 is #304338. Grayscale: #C2C2C2. Windows color (decimal): -3162937 or 13089999. OLE color: 13089999.

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

Color convert

RGB207188199-
CMYK00.090.040.19
HSL325.26º16.52%77.45%-
HSV(B)325.26º9.18%81.18%-
XYZ54.0253.3661.48-
YUV194.94130.29136.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.85%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=34.85%
G=31.65%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718819900.090.040.19325.2616.5277.45
HexCFBCC709413145114d
Octal31727430701142350521115
Binary1100111110111100110001110100110010011101000101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCC7; }

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

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

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

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

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

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

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

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